Shades of Moody Blue #8074CE
Tints of Moody Blue #8074CE
RGB
CMYK
RGB Variations
Color information
#8074CE (or 0x8074CE) is known color: Moody Blue. HEX triplet: 80, 74 and CE. RGB value is (128,116,206). Sum of RGB (Red+Green+Blue) = 128+116+206=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #8074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074CE is #7F8B31. Grayscale: #818181. Windows color (decimal): -8358706 or 13530240. OLE color: 13530240.
HSL color Cylindrical-coordinate representation of color #8074CE: hue angle of 248º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8074CE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 116 | 206 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.19 |
| HSL | 248º | 0.48% | 0.63% | - |
| HSV(B) | 248º | 0.44% | 0.81% | - |
| XYZ | 26.29 | 21.54 | 61.16 | - |
| YUV | 129.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 206 | 0.38 | 0.44 | 0 | 0.19 | 248 | 0.48 | 0.63 |
| Hex | 80 | 74 | CE | 26 | 2C | 0 | 13 | F8 | 30 | 3F |
| Octal | 200 | 164 | 316 | 46 | 54 | 0 | 23 | 370 | 60 | 77 |
| Binary | 10000000 | 1110100 | 11001110 | 100110 | 101100 | 0 | 10011 | 11111000 | 110000 | 111111 |
Color Harmonies of #8074CE
Complementary color
Monochromatic Colors of #8074CE
Black with #8074CE
Text Example
Text Example
White with #8074CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074CE; }
p { color: rgb(128,116,206); }
H1.HeaderClassName
{
color: #8074CE;
}
.AnyTagClassName
{
color: #8074CE;
}
</style>
background-color css
<style>
a { background-color: #8074CE; }
a { background-color: rgb(128,116,206); }
div.DivClassName
{
background-color: #8074CE;
}
.BgClassName
{
background-color: #8074CE;
}
</style>
border-color css
<style>
span { border-color: #8074CE; }
span { border-color: rgb(128,116,206); }
td.TdClassName
{
border-color: #8074CE;
}
.TagClassName
{
border-color: #8074CE;
}
</style>