Shades of Moody Blue #8074DB
Tints of Moody Blue #8074DB
RGB
CMYK
RGB Variations
Color information
#8074DB (or 0x8074DB) is known color: Moody Blue. HEX triplet: 80, 74 and DB. RGB value is (128,116,219). Sum of RGB (Red+Green+Blue) = 128+116+219=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8074DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074DB is #7F8B24. Grayscale: #828282. Windows color (decimal): -8358693 or 14382208. OLE color: 14382208.
HSL color Cylindrical-coordinate representation of color #8074DB: hue angle of 246.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8074DB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 116 | 219 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.14 |
| HSL | 246.99º | 0.59% | 0.66% | - |
| HSV(B) | 246.99º | 0.47% | 0.86% | - |
| XYZ | 27.93 | 22.19 | 69.83 | - |
| YUV | 131.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 219 | 0.42 | 0.47 | 0 | 0.14 | 246.99 | 0.59 | 0.66 |
| Hex | 80 | 74 | DB | 2A | 2F | 0 | E | F7 | 3B | 42 |
| Octal | 200 | 164 | 333 | 52 | 57 | 0 | 16 | 367 | 73 | 102 |
| Binary | 10000000 | 1110100 | 11011011 | 101010 | 101111 | 0 | 1110 | 11110111 | 111011 | 1000010 |
Color Harmonies of #8074DB
Complementary color
Monochromatic Colors of #8074DB
Black with #8074DB
Text Example
Text Example
White with #8074DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074DB; }
p { color: rgb(128,116,219); }
H1.HeaderClassName
{
color: #8074DB;
}
.AnyTagClassName
{
color: #8074DB;
}
</style>
background-color css
<style>
a { background-color: #8074DB; }
a { background-color: rgb(128,116,219); }
div.DivClassName
{
background-color: #8074DB;
}
.BgClassName
{
background-color: #8074DB;
}
</style>
border-color css
<style>
span { border-color: #8074DB; }
span { border-color: rgb(128,116,219); }
td.TdClassName
{
border-color: #8074DB;
}
.TagClassName
{
border-color: #8074DB;
}
</style>