Shades of Moody Blue #8781CE
Tints of Moody Blue #8781CE
RGB
CMYK
RGB Variations
Color information
#8781CE (or 0x8781CE) is known color: Moody Blue. HEX triplet: 87, 81 and CE. RGB value is (135,129,206). Sum of RGB (Red+Green+Blue) = 135+129+206=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8781CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781CE is #787E31. Grayscale: #8B8B8B. Windows color (decimal): -7896626 or 13533575. OLE color: 13533575.
HSL color Cylindrical-coordinate representation of color #8781CE: hue angle of 244.68º 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 #8781CE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 129 | 206 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.19 |
| HSL | 244.68º | 0.44% | 0.66% | - |
| HSV(B) | 244.68º | 0.37% | 0.81% | - |
| XYZ | 28.98 | 25.31 | 61.75 | - |
| YUV | 139.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 206 | 0.34 | 0.37 | 0 | 0.19 | 244.68 | 0.44 | 0.66 |
| Hex | 87 | 81 | CE | 22 | 25 | 0 | 13 | F5 | 2C | 42 |
| Octal | 207 | 201 | 316 | 42 | 45 | 0 | 23 | 365 | 54 | 102 |
| Binary | 10000111 | 10000001 | 11001110 | 100010 | 100101 | 0 | 10011 | 11110101 | 101100 | 1000010 |
Color Harmonies of #8781CE
Complementary color
Monochromatic Colors of #8781CE
Black with #8781CE
Text Example
Text Example
White with #8781CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781CE; }
p { color: rgb(135,129,206); }
H1.HeaderClassName
{
color: #8781CE;
}
.AnyTagClassName
{
color: #8781CE;
}
</style>
background-color css
<style>
a { background-color: #8781CE; }
a { background-color: rgb(135,129,206); }
div.DivClassName
{
background-color: #8781CE;
}
.BgClassName
{
background-color: #8781CE;
}
</style>
border-color css
<style>
span { border-color: #8781CE; }
span { border-color: rgb(135,129,206); }
td.TdClassName
{
border-color: #8781CE;
}
.TagClassName
{
border-color: #8781CE;
}
</style>