Shades of Moody Blue #8069CA
Tints of Moody Blue #8069CA
RGB
CMYK
RGB Variations
Color information
#8069CA (or 0x8069CA) is known color: Moody Blue. HEX triplet: 80, 69 and CA. RGB value is (128,105,202). Sum of RGB (Red+Green+Blue) = 128+105+202=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8069CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069CA is #7F9635. Grayscale: #7A7A7A. Windows color (decimal): -8361526 or 13265280. OLE color: 13265280.
HSL color Cylindrical-coordinate representation of color #8069CA: hue angle of 254.23º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8069CA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 105 | 202 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.21 |
| HSL | 254.23º | 0.48% | 0.6% | - |
| HSV(B) | 254.23º | 0.48% | 0.79% | - |
| XYZ | 24.61 | 18.96 | 58.24 | - |
| YUV | 122.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 202 | 0.37 | 0.48 | 0 | 0.21 | 254.23 | 0.48 | 0.6 |
| Hex | 80 | 69 | CA | 25 | 30 | 0 | 15 | FE | 30 | 3C |
| Octal | 200 | 151 | 312 | 45 | 60 | 0 | 25 | 376 | 60 | 74 |
| Binary | 10000000 | 1101001 | 11001010 | 100101 | 110000 | 0 | 10101 | 11111110 | 110000 | 111100 |
Color Harmonies of #8069CA
Complementary color
Monochromatic Colors of #8069CA
Black with #8069CA
Text Example
Text Example
White with #8069CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069CA; }
p { color: rgb(128,105,202); }
H1.HeaderClassName
{
color: #8069CA;
}
.AnyTagClassName
{
color: #8069CA;
}
</style>
background-color css
<style>
a { background-color: #8069CA; }
a { background-color: rgb(128,105,202); }
div.DivClassName
{
background-color: #8069CA;
}
.BgClassName
{
background-color: #8069CA;
}
</style>
border-color css
<style>
span { border-color: #8069CA; }
span { border-color: rgb(128,105,202); }
td.TdClassName
{
border-color: #8069CA;
}
.TagClassName
{
border-color: #8069CA;
}
</style>