Shades of Moody Blue #8085CB
Tints of Moody Blue #8085CB
RGB
CMYK
RGB Variations
Color information
#8085CB (or 0x8085CB) is known color: Moody Blue. HEX triplet: 80, 85 and CB. RGB value is (128,133,203). Sum of RGB (Red+Green+Blue) = 128+133+203=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 133 (52.34% from 255 or 28.66% 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 #8085CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085CB is #7F7A34. Grayscale: #8B8B8B. Windows color (decimal): -8354357 or 13337984. OLE color: 13337984.
HSL color Cylindrical-coordinate representation of color #8085CB: hue angle of 236º 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 #8085CB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 133 | 203 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.20 |
| HSL | 236º | 0.42% | 0.65% | - |
| HSV(B) | 236º | 0.37% | 0.8% | - |
| XYZ | 28.07 | 25.68 | 59.98 | - |
| YUV | 139.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 203 | 0.37 | 0.34 | 0 | 0.20 | 236 | 0.42 | 0.65 |
| Hex | 80 | 85 | CB | 25 | 22 | 0 | 14 | EC | 2A | 41 |
| Octal | 200 | 205 | 313 | 45 | 42 | 0 | 24 | 354 | 52 | 101 |
| Binary | 10000000 | 10000101 | 11001011 | 100101 | 100010 | 0 | 10100 | 11101100 | 101010 | 1000001 |
Color Harmonies of #8085CB
Complementary color
Monochromatic Colors of #8085CB
Black with #8085CB
Text Example
Text Example
White with #8085CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085CB; }
p { color: rgb(128,133,203); }
H1.HeaderClassName
{
color: #8085CB;
}
.AnyTagClassName
{
color: #8085CB;
}
</style>
background-color css
<style>
a { background-color: #8085CB; }
a { background-color: rgb(128,133,203); }
div.DivClassName
{
background-color: #8085CB;
}
.BgClassName
{
background-color: #8085CB;
}
</style>
border-color css
<style>
span { border-color: #8085CB; }
span { border-color: rgb(128,133,203); }
td.TdClassName
{
border-color: #8085CB;
}
.TagClassName
{
border-color: #8085CB;
}
</style>