Shades of Moody Blue #8575CC
Tints of Moody Blue #8575CC
RGB
CMYK
RGB Variations
Color information
#8575CC (or 0x8575CC) is known color: Moody Blue. HEX triplet: 85, 75 and CC. RGB value is (133,117,204). Sum of RGB (Red+Green+Blue) = 133+117+204=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #8575CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575CC is #7A8A33. Grayscale: #838383. Windows color (decimal): -8030772 or 13399429. OLE color: 13399429.
HSL color Cylindrical-coordinate representation of color #8575CC: hue angle of 251.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8575CC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 117 | 204 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.2 |
| HSL | 251.03º | 0.46% | 0.63% | - |
| HSV(B) | 251.03º | 0.43% | 0.8% | - |
| XYZ | 26.93 | 22.07 | 59.97 | - |
| YUV | 131.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 204 | 0.35 | 0.43 | 0 | 0.2 | 251.03 | 0.46 | 0.63 |
| Hex | 85 | 75 | CC | 23 | 2B | 0 | 14 | FB | 2E | 3F |
| Octal | 205 | 165 | 314 | 43 | 53 | 0 | 24 | 373 | 56 | 77 |
| Binary | 10000101 | 1110101 | 11001100 | 100011 | 101011 | 0 | 10100 | 11111011 | 101110 | 111111 |
Color Harmonies of #8575CC
Complementary color
Monochromatic Colors of #8575CC
Black with #8575CC
Text Example
Text Example
White with #8575CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575CC; }
p { color: rgb(133,117,204); }
H1.HeaderClassName
{
color: #8575CC;
}
.AnyTagClassName
{
color: #8575CC;
}
</style>
background-color css
<style>
a { background-color: #8575CC; }
a { background-color: rgb(133,117,204); }
div.DivClassName
{
background-color: #8575CC;
}
.BgClassName
{
background-color: #8575CC;
}
</style>
border-color css
<style>
span { border-color: #8575CC; }
span { border-color: rgb(133,117,204); }
td.TdClassName
{
border-color: #8575CC;
}
.TagClassName
{
border-color: #8575CC;
}
</style>