Shades of Moody Blue #8883CF
Tints of Moody Blue #8883CF
RGB
CMYK
RGB Variations
Color information
#8883CF (or 0x8883CF) is known color: Moody Blue. HEX triplet: 88, 83 and CF. RGB value is (136,131,207). Sum of RGB (Red+Green+Blue) = 136+131+207=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8883CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883CF is #777C30. Grayscale: #8C8C8C. Windows color (decimal): -7830577 or 13599624. OLE color: 13599624.
HSL color Cylindrical-coordinate representation of color #8883CF: hue angle of 243.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8883CF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 131 | 207 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.19 |
| HSL | 243.95º | 0.44% | 0.66% | - |
| HSV(B) | 243.95º | 0.37% | 0.81% | - |
| XYZ | 29.53 | 25.97 | 62.49 | - |
| YUV | 141.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 207 | 0.34 | 0.37 | 0 | 0.19 | 243.95 | 0.44 | 0.66 |
| Hex | 88 | 83 | CF | 22 | 25 | 0 | 13 | F4 | 2C | 42 |
| Octal | 210 | 203 | 317 | 42 | 45 | 0 | 23 | 364 | 54 | 102 |
| Binary | 10001000 | 10000011 | 11001111 | 100010 | 100101 | 0 | 10011 | 11110100 | 101100 | 1000010 |
Color Harmonies of #8883CF
Complementary color
Monochromatic Colors of #8883CF
Black with #8883CF
Text Example
Text Example
White with #8883CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8883CF; }
p { color: rgb(136,131,207); }
H1.HeaderClassName
{
color: #8883CF;
}
.AnyTagClassName
{
color: #8883CF;
}
</style>
background-color css
<style>
a { background-color: #8883CF; }
a { background-color: rgb(136,131,207); }
div.DivClassName
{
background-color: #8883CF;
}
.BgClassName
{
background-color: #8883CF;
}
</style>
border-color css
<style>
span { border-color: #8883CF; }
span { border-color: rgb(136,131,207); }
td.TdClassName
{
border-color: #8883CF;
}
.TagClassName
{
border-color: #8883CF;
}
</style>