Shades of Moody Blue #8685CA
Tints of Moody Blue #8685CA
RGB
CMYK
RGB Variations
Color information
#8685CA (or 0x8685CA) is known color: Moody Blue. HEX triplet: 86, 85 and CA. RGB value is (134,133,202). Sum of RGB (Red+Green+Blue) = 134+133+202=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #8685CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685CA is #797A35. Grayscale: #8C8C8C. Windows color (decimal): -7961142 or 13272454. OLE color: 13272454.
HSL color Cylindrical-coordinate representation of color #8685CA: hue angle of 240.87º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8685CA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 133 | 202 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.21 |
| HSL | 240.87º | 0.39% | 0.66% | - |
| HSV(B) | 240.87º | 0.34% | 0.79% | - |
| XYZ | 28.88 | 26.11 | 59.39 | - |
| YUV | 141.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 202 | 0.34 | 0.34 | 0 | 0.21 | 240.87 | 0.39 | 0.66 |
| Hex | 86 | 85 | CA | 22 | 22 | 0 | 15 | F1 | 27 | 42 |
| Octal | 206 | 205 | 312 | 42 | 42 | 0 | 25 | 361 | 47 | 102 |
| Binary | 10000110 | 10000101 | 11001010 | 100010 | 100010 | 0 | 10101 | 11110001 | 100111 | 1000010 |
Color Harmonies of #8685CA
Complementary color
Monochromatic Colors of #8685CA
Black with #8685CA
Text Example
Text Example
White with #8685CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685CA; }
p { color: rgb(134,133,202); }
H1.HeaderClassName
{
color: #8685CA;
}
.AnyTagClassName
{
color: #8685CA;
}
</style>
background-color css
<style>
a { background-color: #8685CA; }
a { background-color: rgb(134,133,202); }
div.DivClassName
{
background-color: #8685CA;
}
.BgClassName
{
background-color: #8685CA;
}
</style>
border-color css
<style>
span { border-color: #8685CA; }
span { border-color: rgb(134,133,202); }
td.TdClassName
{
border-color: #8685CA;
}
.TagClassName
{
border-color: #8685CA;
}
</style>