Shades of Moody Blue #8086CE
Tints of Moody Blue #8086CE
RGB
CMYK
RGB Variations
Color information
#8086CE (or 0x8086CE) is known color: Moody Blue. HEX triplet: 80, 86 and CE. RGB value is (128,134,206). Sum of RGB (Red+Green+Blue) = 128+134+206=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #8086CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086CE is #7F7931. Grayscale: #8C8C8C. Windows color (decimal): -8354098 or 13534848. OLE color: 13534848.
HSL color Cylindrical-coordinate representation of color #8086CE: hue angle of 235.38º degrees, saturation: 0.44, 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 #8086CE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 134 | 206 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.19 |
| HSL | 235.38º | 0.44% | 0.65% | - |
| HSV(B) | 235.38º | 0.38% | 0.81% | - |
| XYZ | 28.57 | 26.1 | 61.92 | - |
| YUV | 140.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 206 | 0.38 | 0.35 | 0 | 0.19 | 235.38 | 0.44 | 0.65 |
| Hex | 80 | 86 | CE | 26 | 23 | 0 | 13 | EB | 2C | 41 |
| Octal | 200 | 206 | 316 | 46 | 43 | 0 | 23 | 353 | 54 | 101 |
| Binary | 10000000 | 10000110 | 11001110 | 100110 | 100011 | 0 | 10011 | 11101011 | 101100 | 1000001 |
Color Harmonies of #8086CE
Complementary color
Monochromatic Colors of #8086CE
Black with #8086CE
Text Example
Text Example
White with #8086CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086CE; }
p { color: rgb(128,134,206); }
H1.HeaderClassName
{
color: #8086CE;
}
.AnyTagClassName
{
color: #8086CE;
}
</style>
background-color css
<style>
a { background-color: #8086CE; }
a { background-color: rgb(128,134,206); }
div.DivClassName
{
background-color: #8086CE;
}
.BgClassName
{
background-color: #8086CE;
}
</style>
border-color css
<style>
span { border-color: #8086CE; }
span { border-color: rgb(128,134,206); }
td.TdClassName
{
border-color: #8086CE;
}
.TagClassName
{
border-color: #8086CE;
}
</style>