Shades of Moody Blue #8286CE
Tints of Moody Blue #8286CE
RGB
CMYK
RGB Variations
Color information
#8286CE (or 0x8286CE) is known color: Moody Blue. HEX triplet: 82, 86 and CE. RGB value is (130,134,206). Sum of RGB (Red+Green+Blue) = 130+134+206=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8286CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286CE is #7D7931. Grayscale: #8C8C8C. Windows color (decimal): -8223026 or 13534850. OLE color: 13534850.
HSL color Cylindrical-coordinate representation of color #8286CE: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8286CE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 134 | 206 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.19 |
| HSL | 236.84º | 0.44% | 0.66% | - |
| HSV(B) | 236.84º | 0.37% | 0.81% | - |
| XYZ | 28.87 | 26.25 | 61.94 | - |
| YUV | 141.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 206 | 0.37 | 0.35 | 0 | 0.19 | 236.84 | 0.44 | 0.66 |
| Hex | 82 | 86 | CE | 25 | 23 | 0 | 13 | ED | 2C | 42 |
| Octal | 202 | 206 | 316 | 45 | 43 | 0 | 23 | 355 | 54 | 102 |
| Binary | 10000010 | 10000110 | 11001110 | 100101 | 100011 | 0 | 10011 | 11101101 | 101100 | 1000010 |
Color Harmonies of #8286CE
Complementary color
Monochromatic Colors of #8286CE
Black with #8286CE
Text Example
Text Example
White with #8286CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8286CE; }
p { color: rgb(130,134,206); }
H1.HeaderClassName
{
color: #8286CE;
}
.AnyTagClassName
{
color: #8286CE;
}
</style>
background-color css
<style>
a { background-color: #8286CE; }
a { background-color: rgb(130,134,206); }
div.DivClassName
{
background-color: #8286CE;
}
.BgClassName
{
background-color: #8286CE;
}
</style>
border-color css
<style>
span { border-color: #8286CE; }
span { border-color: rgb(130,134,206); }
td.TdClassName
{
border-color: #8286CE;
}
.TagClassName
{
border-color: #8286CE;
}
</style>