Shades of Moody Blue #806CBD
Tints of Moody Blue #806CBD
RGB
CMYK
RGB Variations
Color information
#806CBD (or 0x806CBD) is known color: Moody Blue. HEX triplet: 80, 6C and BD. RGB value is (128,108,189). Sum of RGB (Red+Green+Blue) = 128+108+189=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #806CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CBD is #7F9342. Grayscale: #7A7A7A. Windows color (decimal): -8360771 or 12414080. OLE color: 12414080.
HSL color Cylindrical-coordinate representation of color #806CBD: hue angle of 254.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806CBD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 108 | 189 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.26 |
| HSL | 254.81º | 0.38% | 0.58% | - |
| HSV(B) | 254.81º | 0.43% | 0.74% | - |
| XYZ | 23.45 | 18.99 | 50.57 | - |
| YUV | 123.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 189 | 0.32 | 0.43 | 0 | 0.26 | 254.81 | 0.38 | 0.58 |
| Hex | 80 | 6C | BD | 20 | 2B | 0 | 1A | FF | 26 | 3A |
| Octal | 200 | 154 | 275 | 40 | 53 | 0 | 32 | 377 | 46 | 72 |
| Binary | 10000000 | 1101100 | 10111101 | 100000 | 101011 | 0 | 11010 | 11111111 | 100110 | 111010 |
Color Harmonies of #806CBD
Complementary color
Monochromatic Colors of #806CBD
Black with #806CBD
Text Example
Text Example
White with #806CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CBD; }
p { color: rgb(128,108,189); }
H1.HeaderClassName
{
color: #806CBD;
}
.AnyTagClassName
{
color: #806CBD;
}
</style>
background-color css
<style>
a { background-color: #806CBD; }
a { background-color: rgb(128,108,189); }
div.DivClassName
{
background-color: #806CBD;
}
.BgClassName
{
background-color: #806CBD;
}
</style>
border-color css
<style>
span { border-color: #806CBD; }
span { border-color: rgb(128,108,189); }
td.TdClassName
{
border-color: #806CBD;
}
.TagClassName
{
border-color: #806CBD;
}
</style>