Shades of Moody Blue #8875CC
Tints of Moody Blue #8875CC
RGB
CMYK
RGB Variations
Color information
#8875CC (or 0x8875CC) is known color: Moody Blue. HEX triplet: 88, 75 and CC. RGB value is (136,117,204). Sum of RGB (Red+Green+Blue) = 136+117+204=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #8875CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875CC is #778A33. Grayscale: #848484. Windows color (decimal): -7834164 or 13399432. OLE color: 13399432.
HSL color Cylindrical-coordinate representation of color #8875CC: hue angle of 253.1º 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 #8875CC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 117 | 204 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.2 |
| HSL | 253.1º | 0.46% | 0.63% | - |
| HSV(B) | 253.1º | 0.43% | 0.8% | - |
| XYZ | 27.41 | 22.32 | 59.99 | - |
| YUV | 132.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 204 | 0.33 | 0.43 | 0 | 0.2 | 253.1 | 0.46 | 0.63 |
| Hex | 88 | 75 | CC | 21 | 2B | 0 | 14 | FD | 2E | 3F |
| Octal | 210 | 165 | 314 | 41 | 53 | 0 | 24 | 375 | 56 | 77 |
| Binary | 10001000 | 1110101 | 11001100 | 100001 | 101011 | 0 | 10100 | 11111101 | 101110 | 111111 |
Color Harmonies of #8875CC
Complementary color
Monochromatic Colors of #8875CC
Black with #8875CC
Text Example
Text Example
White with #8875CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8875CC; }
p { color: rgb(136,117,204); }
H1.HeaderClassName
{
color: #8875CC;
}
.AnyTagClassName
{
color: #8875CC;
}
</style>
background-color css
<style>
a { background-color: #8875CC; }
a { background-color: rgb(136,117,204); }
div.DivClassName
{
background-color: #8875CC;
}
.BgClassName
{
background-color: #8875CC;
}
</style>
border-color css
<style>
span { border-color: #8875CC; }
span { border-color: rgb(136,117,204); }
td.TdClassName
{
border-color: #8875CC;
}
.TagClassName
{
border-color: #8875CC;
}
</style>