Shades of Moody Blue #8580CB
Tints of Moody Blue #8580CB
RGB
CMYK
RGB Variations
Color information
#8580CB (or 0x8580CB) is known color: Moody Blue. HEX triplet: 85, 80 and CB. RGB value is (133,128,203). Sum of RGB (Red+Green+Blue) = 133+128+203=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #8580CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580CB is #7A7F34. Grayscale: #898989. Windows color (decimal): -8027957 or 13336709. OLE color: 13336709.
HSL color Cylindrical-coordinate representation of color #8580CB: hue angle of 244º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8580CB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 128 | 203 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.20 |
| HSL | 244º | 0.42% | 0.65% | - |
| HSV(B) | 244º | 0.37% | 0.8% | - |
| XYZ | 28.17 | 24.74 | 59.79 | - |
| YUV | 138.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 203 | 0.34 | 0.37 | 0 | 0.20 | 244 | 0.42 | 0.65 |
| Hex | 85 | 80 | CB | 22 | 25 | 0 | 14 | F4 | 2A | 41 |
| Octal | 205 | 200 | 313 | 42 | 45 | 0 | 24 | 364 | 52 | 101 |
| Binary | 10000101 | 10000000 | 11001011 | 100010 | 100101 | 0 | 10100 | 11110100 | 101010 | 1000001 |
Color Harmonies of #8580CB
Complementary color
Monochromatic Colors of #8580CB
Black with #8580CB
Text Example
Text Example
White with #8580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580CB; }
p { color: rgb(133,128,203); }
H1.HeaderClassName
{
color: #8580CB;
}
.AnyTagClassName
{
color: #8580CB;
}
</style>
background-color css
<style>
a { background-color: #8580CB; }
a { background-color: rgb(133,128,203); }
div.DivClassName
{
background-color: #8580CB;
}
.BgClassName
{
background-color: #8580CB;
}
</style>
border-color css
<style>
span { border-color: #8580CB; }
span { border-color: rgb(133,128,203); }
td.TdClassName
{
border-color: #8580CB;
}
.TagClassName
{
border-color: #8580CB;
}
</style>