<!DOCTYPE html>
<html>
<head>
<style>
body {
color: #92a8d1;
}
</style>
</head>
<body>
<h1>This is heading 1</h1>
<p>The color of the text can be specified with a hexadecimal value.</p>
</body>
</html>