Shades of Moody Blue #8885CF
Tints of Moody Blue #8885CF
RGB
CMYK
RGB Variations
Color information
#8885CF (or 0x8885CF) is known color: Moody Blue. HEX triplet: 88, 85 and CF. RGB value is (136,133,207). Sum of RGB (Red+Green+Blue) = 136+133+207=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #8885CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885CF is #777A30. Grayscale: #8E8E8E. Windows color (decimal): -7830065 or 13600136. OLE color: 13600136.
HSL color Cylindrical-coordinate representation of color #8885CF: hue angle of 242.43º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8885CF is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 133 | 207 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.19 |
| HSL | 242.43º | 0.44% | 0.67% | - |
| HSV(B) | 242.43º | 0.36% | 0.81% | - |
| XYZ | 29.8 | 26.51 | 62.58 | - |
| YUV | 142.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 207 | 0.34 | 0.36 | 0 | 0.19 | 242.43 | 0.44 | 0.67 |
| Hex | 88 | 85 | CF | 22 | 24 | 0 | 13 | F2 | 2C | 43 |
| Octal | 210 | 205 | 317 | 42 | 44 | 0 | 23 | 362 | 54 | 103 |
| Binary | 10001000 | 10000101 | 11001111 | 100010 | 100100 | 0 | 10011 | 11110010 | 101100 | 1000011 |
Color Harmonies of #8885CF
Complementary color
Monochromatic Colors of #8885CF
Black with #8885CF
Text Example
Text Example
White with #8885CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885CF; }
p { color: rgb(136,133,207); }
H1.HeaderClassName
{
color: #8885CF;
}
.AnyTagClassName
{
color: #8885CF;
}
</style>
background-color css
<style>
a { background-color: #8885CF; }
a { background-color: rgb(136,133,207); }
div.DivClassName
{
background-color: #8885CF;
}
.BgClassName
{
background-color: #8885CF;
}
</style>
border-color css
<style>
span { border-color: #8885CF; }
span { border-color: rgb(136,133,207); }
td.TdClassName
{
border-color: #8885CF;
}
.TagClassName
{
border-color: #8885CF;
}
</style>