Shades of Moody Blue #8185CB
Tints of Moody Blue #8185CB
RGB
CMYK
RGB Variations
Color information
#8185CB (or 0x8185CB) is known color: Moody Blue. HEX triplet: 81, 85 and CB. RGB value is (129,133,203). Sum of RGB (Red+Green+Blue) = 129+133+203=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #8185CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185CB is #7E7A34. Grayscale: #8B8B8B. Windows color (decimal): -8288821 or 13337985. OLE color: 13337985.
HSL color Cylindrical-coordinate representation of color #8185CB: hue angle of 236.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8185CB is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 133 | 203 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.20 |
| HSL | 236.76º | 0.42% | 0.65% | - |
| HSV(B) | 236.76º | 0.36% | 0.8% | - |
| XYZ | 28.22 | 25.75 | 59.98 | - |
| YUV | 139.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 203 | 0.36 | 0.34 | 0 | 0.20 | 236.76 | 0.42 | 0.65 |
| Hex | 81 | 85 | CB | 24 | 22 | 0 | 14 | ED | 2A | 41 |
| Octal | 201 | 205 | 313 | 44 | 42 | 0 | 24 | 355 | 52 | 101 |
| Binary | 10000001 | 10000101 | 11001011 | 100100 | 100010 | 0 | 10100 | 11101101 | 101010 | 1000001 |
Color Harmonies of #8185CB
Complementary color
Monochromatic Colors of #8185CB
Black with #8185CB
Text Example
Text Example
White with #8185CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185CB; }
p { color: rgb(129,133,203); }
H1.HeaderClassName
{
color: #8185CB;
}
.AnyTagClassName
{
color: #8185CB;
}
</style>
background-color css
<style>
a { background-color: #8185CB; }
a { background-color: rgb(129,133,203); }
div.DivClassName
{
background-color: #8185CB;
}
.BgClassName
{
background-color: #8185CB;
}
</style>
border-color css
<style>
span { border-color: #8185CB; }
span { border-color: rgb(129,133,203); }
td.TdClassName
{
border-color: #8185CB;
}
.TagClassName
{
border-color: #8185CB;
}
</style>