Shades of Moody Blue #8781CC
Tints of Moody Blue #8781CC
RGB
CMYK
RGB Variations
Color information
#8781CC (or 0x8781CC) is known color: Moody Blue. HEX triplet: 87, 81 and CC. RGB value is (135,129,204). Sum of RGB (Red+Green+Blue) = 135+129+204=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #8781CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781CC is #787E33. Grayscale: #8B8B8B. Windows color (decimal): -7896628 or 13402503. OLE color: 13402503.
HSL color Cylindrical-coordinate representation of color #8781CC: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8781CC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 129 | 204 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.2 |
| HSL | 244.8º | 0.42% | 0.65% | - |
| HSV(B) | 244.8º | 0.37% | 0.8% | - |
| XYZ | 28.74 | 25.21 | 60.48 | - |
| YUV | 139.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 204 | 0.34 | 0.37 | 0 | 0.2 | 244.8 | 0.42 | 0.65 |
| Hex | 87 | 81 | CC | 22 | 25 | 0 | 14 | F5 | 2A | 41 |
| Octal | 207 | 201 | 314 | 42 | 45 | 0 | 24 | 365 | 52 | 101 |
| Binary | 10000111 | 10000001 | 11001100 | 100010 | 100101 | 0 | 10100 | 11110101 | 101010 | 1000001 |
Color Harmonies of #8781CC
Complementary color
Monochromatic Colors of #8781CC
Black with #8781CC
Text Example
Text Example
White with #8781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781CC; }
p { color: rgb(135,129,204); }
H1.HeaderClassName
{
color: #8781CC;
}
.AnyTagClassName
{
color: #8781CC;
}
</style>
background-color css
<style>
a { background-color: #8781CC; }
a { background-color: rgb(135,129,204); }
div.DivClassName
{
background-color: #8781CC;
}
.BgClassName
{
background-color: #8781CC;
}
</style>
border-color css
<style>
span { border-color: #8781CC; }
span { border-color: rgb(135,129,204); }
td.TdClassName
{
border-color: #8781CC;
}
.TagClassName
{
border-color: #8781CC;
}
</style>