Shades of Moody Blue #8075DB
Tints of Moody Blue #8075DB
RGB
CMYK
RGB Variations
Color information
#8075DB (or 0x8075DB) is known color: Moody Blue. HEX triplet: 80, 75 and DB. RGB value is (128,117,219). Sum of RGB (Red+Green+Blue) = 128+117+219=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8075DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DB is #7F8A24. Grayscale: #838383. Windows color (decimal): -8358437 or 14382464. OLE color: 14382464.
HSL color Cylindrical-coordinate representation of color #8075DB: hue angle of 246.47º 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 #8075DB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 117 | 219 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.14 |
| HSL | 246.47º | 0.59% | 0.66% | - |
| HSV(B) | 246.47º | 0.47% | 0.86% | - |
| XYZ | 28.05 | 22.43 | 69.87 | - |
| YUV | 131.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 219 | 0.42 | 0.47 | 0 | 0.14 | 246.47 | 0.59 | 0.66 |
| Hex | 80 | 75 | DB | 2A | 2F | 0 | E | F6 | 3B | 42 |
| Octal | 200 | 165 | 333 | 52 | 57 | 0 | 16 | 366 | 73 | 102 |
| Binary | 10000000 | 1110101 | 11011011 | 101010 | 101111 | 0 | 1110 | 11110110 | 111011 | 1000010 |
Color Harmonies of #8075DB
Complementary color
Monochromatic Colors of #8075DB
Black with #8075DB
Text Example
Text Example
White with #8075DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075DB; }
p { color: rgb(128,117,219); }
H1.HeaderClassName
{
color: #8075DB;
}
.AnyTagClassName
{
color: #8075DB;
}
</style>
background-color css
<style>
a { background-color: #8075DB; }
a { background-color: rgb(128,117,219); }
div.DivClassName
{
background-color: #8075DB;
}
.BgClassName
{
background-color: #8075DB;
}
</style>
border-color css
<style>
span { border-color: #8075DB; }
span { border-color: rgb(128,117,219); }
td.TdClassName
{
border-color: #8075DB;
}
.TagClassName
{
border-color: #8075DB;
}
</style>