Shades of Moody Blue #8885BE
Tints of Moody Blue #8885BE
RGB
CMYK
RGB Variations
Color information
#8885BE (or 0x8885BE) is known color: Moody Blue. HEX triplet: 88, 85 and BE. RGB value is (136,133,190). Sum of RGB (Red+Green+Blue) = 136+133+190=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8885BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885BE is #777A41. Grayscale: #8C8C8C. Windows color (decimal): -7830082 or 12486024. OLE color: 12486024.
HSL color Cylindrical-coordinate representation of color #8885BE: hue angle of 243.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8885BE is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 133 | 190 | - |
| CMYK | 0.28 | 0.3 | 0 | 0.25 |
| HSL | 243.16º | 0.3% | 0.63% | - |
| HSV(B) | 243.16º | 0.3% | 0.75% | - |
| XYZ | 27.84 | 25.73 | 52.21 | - |
| YUV | 140.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 190 | 0.28 | 0.3 | 0 | 0.25 | 243.16 | 0.3 | 0.63 |
| Hex | 88 | 85 | BE | 1C | 1E | 0 | 19 | F3 | 1E | 3F |
| Octal | 210 | 205 | 276 | 34 | 36 | 0 | 31 | 363 | 36 | 77 |
| Binary | 10001000 | 10000101 | 10111110 | 11100 | 11110 | 0 | 11001 | 11110011 | 11110 | 111111 |
Color Harmonies of #8885BE
Complementary color
Monochromatic Colors of #8885BE
Black with #8885BE
Text Example
Text Example
White with #8885BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885BE; }
p { color: rgb(136,133,190); }
H1.HeaderClassName
{
color: #8885BE;
}
.AnyTagClassName
{
color: #8885BE;
}
</style>
background-color css
<style>
a { background-color: #8885BE; }
a { background-color: rgb(136,133,190); }
div.DivClassName
{
background-color: #8885BE;
}
.BgClassName
{
background-color: #8885BE;
}
</style>
border-color css
<style>
span { border-color: #8885BE; }
span { border-color: rgb(136,133,190); }
td.TdClassName
{
border-color: #8885BE;
}
.TagClassName
{
border-color: #8885BE;
}
</style>