Shades of Moody Blue #8688CE
Tints of Moody Blue #8688CE
RGB
CMYK
RGB Variations
Color information
#8688CE (or 0x8688CE) is known color: Moody Blue. HEX triplet: 86, 88 and CE. RGB value is (134,136,206). Sum of RGB (Red+Green+Blue) = 134+136+206=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8688CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688CE is #797731. Grayscale: #8F8F8F. Windows color (decimal): -7960370 or 13535366. OLE color: 13535366.
HSL color Cylindrical-coordinate representation of color #8688CE: hue angle of 238.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8688CE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 136 | 206 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.19 |
| HSL | 238.33º | 0.42% | 0.67% | - |
| HSV(B) | 238.33º | 0.35% | 0.81% | - |
| XYZ | 29.78 | 27.13 | 62.06 | - |
| YUV | 143.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 206 | 0.35 | 0.34 | 0 | 0.19 | 238.33 | 0.42 | 0.67 |
| Hex | 86 | 88 | CE | 23 | 22 | 0 | 13 | EE | 2A | 43 |
| Octal | 206 | 210 | 316 | 43 | 42 | 0 | 23 | 356 | 52 | 103 |
| Binary | 10000110 | 10001000 | 11001110 | 100011 | 100010 | 0 | 10011 | 11101110 | 101010 | 1000011 |
Color Harmonies of #8688CE
Complementary color
Monochromatic Colors of #8688CE
Black with #8688CE
Text Example
Text Example
White with #8688CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8688CE; }
p { color: rgb(134,136,206); }
H1.HeaderClassName
{
color: #8688CE;
}
.AnyTagClassName
{
color: #8688CE;
}
</style>
background-color css
<style>
a { background-color: #8688CE; }
a { background-color: rgb(134,136,206); }
div.DivClassName
{
background-color: #8688CE;
}
.BgClassName
{
background-color: #8688CE;
}
</style>
border-color css
<style>
span { border-color: #8688CE; }
span { border-color: rgb(134,136,206); }
td.TdClassName
{
border-color: #8688CE;
}
.TagClassName
{
border-color: #8688CE;
}
</style>