Shades of Moody Blue #8B78CE
Tints of Moody Blue #8B78CE
RGB
CMYK
RGB Variations
Color information
#8B78CE (or 0x8B78CE) is known color: Moody Blue. HEX triplet: 8B, 78 and CE. RGB value is (139,120,206). Sum of RGB (Red+Green+Blue) = 139+120+206=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78CE is #748731. Grayscale: #878787. Windows color (decimal): -7636786 or 13531275. OLE color: 13531275.
HSL color Cylindrical-coordinate representation of color #8B78CE: hue angle of 253.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B78CE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 120 | 206 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.19 |
| HSL | 253.26º | 0.47% | 0.64% | - |
| HSV(B) | 253.26º | 0.42% | 0.81% | - |
| XYZ | 28.5 | 23.38 | 61.4 | - |
| YUV | 135.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 206 | 0.33 | 0.42 | 0 | 0.19 | 253.26 | 0.47 | 0.64 |
| Hex | 8B | 78 | CE | 21 | 2A | 0 | 13 | FD | 2F | 40 |
| Octal | 213 | 170 | 316 | 41 | 52 | 0 | 23 | 375 | 57 | 100 |
| Binary | 10001011 | 1111000 | 11001110 | 100001 | 101010 | 0 | 10011 | 11111101 | 101111 | 1000000 |
Color Harmonies of #8B78CE
Complementary color
Monochromatic Colors of #8B78CE
Black with #8B78CE
Text Example
Text Example
White with #8B78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78CE; }
p { color: rgb(139,120,206); }
H1.HeaderClassName
{
color: #8B78CE;
}
.AnyTagClassName
{
color: #8B78CE;
}
</style>
background-color css
<style>
a { background-color: #8B78CE; }
a { background-color: rgb(139,120,206); }
div.DivClassName
{
background-color: #8B78CE;
}
.BgClassName
{
background-color: #8B78CE;
}
</style>
border-color css
<style>
span { border-color: #8B78CE; }
span { border-color: rgb(139,120,206); }
td.TdClassName
{
border-color: #8B78CE;
}
.TagClassName
{
border-color: #8B78CE;
}
</style>