Shades of Moody Blue #8575CB
Tints of Moody Blue #8575CB
RGB
CMYK
RGB Variations
Color information
#8575CB (or 0x8575CB) is known color: Moody Blue. HEX triplet: 85, 75 and CB. RGB value is (133,117,203). Sum of RGB (Red+Green+Blue) = 133+117+203=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #8575CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575CB is #7A8A34. Grayscale: #838383. Windows color (decimal): -8030773 or 13333893. OLE color: 13333893.
HSL color Cylindrical-coordinate representation of color #8575CB: hue angle of 251.16º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8575CB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 117 | 203 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.20 |
| HSL | 251.16º | 0.45% | 0.63% | - |
| HSV(B) | 251.16º | 0.42% | 0.8% | - |
| XYZ | 26.81 | 22.02 | 59.34 | - |
| YUV | 131.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 203 | 0.34 | 0.42 | 0 | 0.20 | 251.16 | 0.45 | 0.63 |
| Hex | 85 | 75 | CB | 22 | 2A | 0 | 14 | FB | 2D | 3F |
| Octal | 205 | 165 | 313 | 42 | 52 | 0 | 24 | 373 | 55 | 77 |
| Binary | 10000101 | 1110101 | 11001011 | 100010 | 101010 | 0 | 10100 | 11111011 | 101101 | 111111 |
Color Harmonies of #8575CB
Complementary color
Monochromatic Colors of #8575CB
Black with #8575CB
Text Example
Text Example
White with #8575CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575CB; }
p { color: rgb(133,117,203); }
H1.HeaderClassName
{
color: #8575CB;
}
.AnyTagClassName
{
color: #8575CB;
}
</style>
background-color css
<style>
a { background-color: #8575CB; }
a { background-color: rgb(133,117,203); }
div.DivClassName
{
background-color: #8575CB;
}
.BgClassName
{
background-color: #8575CB;
}
</style>
border-color css
<style>
span { border-color: #8575CB; }
span { border-color: rgb(133,117,203); }
td.TdClassName
{
border-color: #8575CB;
}
.TagClassName
{
border-color: #8575CB;
}
</style>