Shades of Moody Blue #806CBB
Tints of Moody Blue #806CBB
RGB
CMYK
RGB Variations
Color information
#806CBB (or 0x806CBB) is known color: Moody Blue. HEX triplet: 80, 6C and BB. RGB value is (128,108,187). Sum of RGB (Red+Green+Blue) = 128+108+187=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #806CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CBB is #7F9344. Grayscale: #7A7A7A. Windows color (decimal): -8360773 or 12283008. OLE color: 12283008.
HSL color Cylindrical-coordinate representation of color #806CBB: hue angle of 255.19º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #806CBB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 108 | 187 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.27 |
| HSL | 255.19º | 0.37% | 0.58% | - |
| HSV(B) | 255.19º | 0.42% | 0.73% | - |
| XYZ | 23.23 | 18.9 | 49.44 | - |
| YUV | 122.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 187 | 0.32 | 0.42 | 0 | 0.27 | 255.19 | 0.37 | 0.58 |
| Hex | 80 | 6C | BB | 20 | 2A | 0 | 1B | FF | 25 | 3A |
| Octal | 200 | 154 | 273 | 40 | 52 | 0 | 33 | 377 | 45 | 72 |
| Binary | 10000000 | 1101100 | 10111011 | 100000 | 101010 | 0 | 11011 | 11111111 | 100101 | 111010 |
Color Harmonies of #806CBB
Complementary color
Monochromatic Colors of #806CBB
Black with #806CBB
Text Example
Text Example
White with #806CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CBB; }
p { color: rgb(128,108,187); }
H1.HeaderClassName
{
color: #806CBB;
}
.AnyTagClassName
{
color: #806CBB;
}
</style>
background-color css
<style>
a { background-color: #806CBB; }
a { background-color: rgb(128,108,187); }
div.DivClassName
{
background-color: #806CBB;
}
.BgClassName
{
background-color: #806CBB;
}
</style>
border-color css
<style>
span { border-color: #806CBB; }
span { border-color: rgb(128,108,187); }
td.TdClassName
{
border-color: #806CBB;
}
.TagClassName
{
border-color: #806CBB;
}
</style>