Shades of Moody Blue #8576CE
Tints of Moody Blue #8576CE
RGB
CMYK
RGB Variations
Color information
#8576CE (or 0x8576CE) is known color: Moody Blue. HEX triplet: 85, 76 and CE. RGB value is (133,118,206). Sum of RGB (Red+Green+Blue) = 133+118+206=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8576CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576CE is #7A8931. Grayscale: #848484. Windows color (decimal): -8030514 or 13530757. OLE color: 13530757.
HSL color Cylindrical-coordinate representation of color #8576CE: hue angle of 250.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8576CE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 118 | 206 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.19 |
| HSL | 250.23º | 0.47% | 0.64% | - |
| HSV(B) | 250.23º | 0.43% | 0.81% | - |
| XYZ | 27.29 | 22.4 | 61.28 | - |
| YUV | 132.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 206 | 0.35 | 0.43 | 0 | 0.19 | 250.23 | 0.47 | 0.64 |
| Hex | 85 | 76 | CE | 23 | 2B | 0 | 13 | FA | 2F | 40 |
| Octal | 205 | 166 | 316 | 43 | 53 | 0 | 23 | 372 | 57 | 100 |
| Binary | 10000101 | 1110110 | 11001110 | 100011 | 101011 | 0 | 10011 | 11111010 | 101111 | 1000000 |
Color Harmonies of #8576CE
Complementary color
Monochromatic Colors of #8576CE
Black with #8576CE
Text Example
Text Example
White with #8576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576CE; }
p { color: rgb(133,118,206); }
H1.HeaderClassName
{
color: #8576CE;
}
.AnyTagClassName
{
color: #8576CE;
}
</style>
background-color css
<style>
a { background-color: #8576CE; }
a { background-color: rgb(133,118,206); }
div.DivClassName
{
background-color: #8576CE;
}
.BgClassName
{
background-color: #8576CE;
}
</style>
border-color css
<style>
span { border-color: #8576CE; }
span { border-color: rgb(133,118,206); }
td.TdClassName
{
border-color: #8576CE;
}
.TagClassName
{
border-color: #8576CE;
}
</style>