Shades of Moody Blue #8575CF
Tints of Moody Blue #8575CF
RGB
CMYK
RGB Variations
Color information
#8575CF (or 0x8575CF) is known color: Moody Blue. HEX triplet: 85, 75 and CF. RGB value is (133,117,207). Sum of RGB (Red+Green+Blue) = 133+117+207=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8575CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575CF is #7A8A30. Grayscale: #838383. Windows color (decimal): -8030769 or 13596037. OLE color: 13596037.
HSL color Cylindrical-coordinate representation of color #8575CF: hue angle of 250.67º degrees, saturation: 0.48, 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 #8575CF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 117 | 207 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.19 |
| HSL | 250.67º | 0.48% | 0.64% | - |
| HSV(B) | 250.67º | 0.43% | 0.81% | - |
| XYZ | 27.3 | 22.21 | 61.88 | - |
| YUV | 132.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 207 | 0.36 | 0.43 | 0 | 0.19 | 250.67 | 0.48 | 0.64 |
| Hex | 85 | 75 | CF | 24 | 2B | 0 | 13 | FB | 30 | 40 |
| Octal | 205 | 165 | 317 | 44 | 53 | 0 | 23 | 373 | 60 | 100 |
| Binary | 10000101 | 1110101 | 11001111 | 100100 | 101011 | 0 | 10011 | 11111011 | 110000 | 1000000 |
Color Harmonies of #8575CF
Complementary color
Monochromatic Colors of #8575CF
Black with #8575CF
Text Example
Text Example
White with #8575CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575CF; }
p { color: rgb(133,117,207); }
H1.HeaderClassName
{
color: #8575CF;
}
.AnyTagClassName
{
color: #8575CF;
}
</style>
background-color css
<style>
a { background-color: #8575CF; }
a { background-color: rgb(133,117,207); }
div.DivClassName
{
background-color: #8575CF;
}
.BgClassName
{
background-color: #8575CF;
}
</style>
border-color css
<style>
span { border-color: #8575CF; }
span { border-color: rgb(133,117,207); }
td.TdClassName
{
border-color: #8575CF;
}
.TagClassName
{
border-color: #8575CF;
}
</style>