Shades of Moody Blue #8069D2
Tints of Moody Blue #8069D2
RGB
CMYK
RGB Variations
Color information
#8069D2 (or 0x8069D2) is known color: Moody Blue. HEX triplet: 80, 69 and D2. RGB value is (128,105,210). Sum of RGB (Red+Green+Blue) = 128+105+210=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #8069D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069D2 is #7F962D. Grayscale: #7B7B7B. Windows color (decimal): -8361518 or 13789568. OLE color: 13789568.
HSL color Cylindrical-coordinate representation of color #8069D2: hue angle of 253.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8069D2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 105 | 210 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.18 |
| HSL | 253.14º | 0.54% | 0.62% | - |
| HSV(B) | 253.14º | 0.5% | 0.82% | - |
| XYZ | 25.59 | 19.35 | 63.36 | - |
| YUV | 123.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 210 | 0.39 | 0.50 | 0 | 0.18 | 253.14 | 0.54 | 0.62 |
| Hex | 80 | 69 | D2 | 27 | 32 | 0 | 12 | FD | 36 | 3E |
| Octal | 200 | 151 | 322 | 47 | 62 | 0 | 22 | 375 | 66 | 76 |
| Binary | 10000000 | 1101001 | 11010010 | 100111 | 110010 | 0 | 10010 | 11111101 | 110110 | 111110 |
Color Harmonies of #8069D2
Complementary color
Monochromatic Colors of #8069D2
Black with #8069D2
Text Example
Text Example
White with #8069D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069D2; }
p { color: rgb(128,105,210); }
H1.HeaderClassName
{
color: #8069D2;
}
.AnyTagClassName
{
color: #8069D2;
}
</style>
background-color css
<style>
a { background-color: #8069D2; }
a { background-color: rgb(128,105,210); }
div.DivClassName
{
background-color: #8069D2;
}
.BgClassName
{
background-color: #8069D2;
}
</style>
border-color css
<style>
span { border-color: #8069D2; }
span { border-color: rgb(128,105,210); }
td.TdClassName
{
border-color: #8069D2;
}
.TagClassName
{
border-color: #8069D2;
}
</style>