Shades of Moody Blue #7F81CE
Tints of Moody Blue #7F81CE
RGB
CMYK
RGB Variations
Color information
#7F81CE (or 0x7F81CE) is known color: Moody Blue. HEX triplet: 7F, 81 and CE. RGB value is (127,129,206). Sum of RGB (Red+Green+Blue) = 127+129+206=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F81CE is #807E31. Grayscale: #888888. Windows color (decimal): -8420914 or 13533567. OLE color: 13533567.
HSL color Cylindrical-coordinate representation of color #7F81CE: hue angle of 238.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F81CE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 129 | 206 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.19 |
| HSL | 238.48º | 0.45% | 0.65% | - |
| HSV(B) | 238.48º | 0.38% | 0.81% | - |
| XYZ | 27.74 | 24.67 | 61.69 | - |
| YUV | 137.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 206 | 0.38 | 0.37 | 0 | 0.19 | 238.48 | 0.45 | 0.65 |
| Hex | 7F | 81 | CE | 26 | 25 | 0 | 13 | EE | 2D | 41 |
| Octal | 177 | 201 | 316 | 46 | 45 | 0 | 23 | 356 | 55 | 101 |
| Binary | 1111111 | 10000001 | 11001110 | 100110 | 100101 | 0 | 10011 | 11101110 | 101101 | 1000001 |
Color Harmonies of #7F81CE
Complementary color
Monochromatic Colors of #7F81CE
Black with #7F81CE
Text Example
Text Example
White with #7F81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F81CE; }
p { color: rgb(127,129,206); }
H1.HeaderClassName
{
color: #7F81CE;
}
.AnyTagClassName
{
color: #7F81CE;
}
</style>
background-color css
<style>
a { background-color: #7F81CE; }
a { background-color: rgb(127,129,206); }
div.DivClassName
{
background-color: #7F81CE;
}
.BgClassName
{
background-color: #7F81CE;
}
</style>
border-color css
<style>
span { border-color: #7F81CE; }
span { border-color: rgb(127,129,206); }
td.TdClassName
{
border-color: #7F81CE;
}
.TagClassName
{
border-color: #7F81CE;
}
</style>