Shades of Moody Blue #8685CE
Tints of Moody Blue #8685CE
RGB
CMYK
RGB Variations
Color information
#8685CE (or 0x8685CE) is known color: Moody Blue. HEX triplet: 86, 85 and CE. RGB value is (134,133,206). Sum of RGB (Red+Green+Blue) = 134+133+206=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8685CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685CE is #797A31. Grayscale: #8D8D8D. Windows color (decimal): -7961138 or 13534598. OLE color: 13534598.
HSL color Cylindrical-coordinate representation of color #8685CE: hue angle of 240.82º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8685CE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 133 | 206 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.19 |
| HSL | 240.82º | 0.43% | 0.66% | - |
| HSV(B) | 240.82º | 0.35% | 0.81% | - |
| XYZ | 29.36 | 26.3 | 61.92 | - |
| YUV | 141.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 206 | 0.35 | 0.35 | 0 | 0.19 | 240.82 | 0.43 | 0.66 |
| Hex | 86 | 85 | CE | 23 | 23 | 0 | 13 | F1 | 2B | 42 |
| Octal | 206 | 205 | 316 | 43 | 43 | 0 | 23 | 361 | 53 | 102 |
| Binary | 10000110 | 10000101 | 11001110 | 100011 | 100011 | 0 | 10011 | 11110001 | 101011 | 1000010 |
Color Harmonies of #8685CE
Complementary color
Monochromatic Colors of #8685CE
Black with #8685CE
Text Example
Text Example
White with #8685CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8685CE; }
p { color: rgb(134,133,206); }
H1.HeaderClassName
{
color: #8685CE;
}
.AnyTagClassName
{
color: #8685CE;
}
</style>
background-color css
<style>
a { background-color: #8685CE; }
a { background-color: rgb(134,133,206); }
div.DivClassName
{
background-color: #8685CE;
}
.BgClassName
{
background-color: #8685CE;
}
</style>
border-color css
<style>
span { border-color: #8685CE; }
span { border-color: rgb(134,133,206); }
td.TdClassName
{
border-color: #8685CE;
}
.TagClassName
{
border-color: #8685CE;
}
</style>