Shades of Moody Blue #8183CB
Tints of Moody Blue #8183CB
RGB
CMYK
RGB Variations
Color information
#8183CB (or 0x8183CB) is known color: Moody Blue. HEX triplet: 81, 83 and CB. RGB value is (129,131,203). Sum of RGB (Red+Green+Blue) = 129+131+203=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #8183CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183CB is #7E7C34. Grayscale: #8A8A8A. Windows color (decimal): -8289333 or 13337473. OLE color: 13337473.
HSL color Cylindrical-coordinate representation of color #8183CB: hue angle of 238.38º 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 #8183CB is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 131 | 203 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.20 |
| HSL | 238.38º | 0.42% | 0.65% | - |
| HSV(B) | 238.38º | 0.36% | 0.8% | - |
| XYZ | 27.95 | 25.21 | 59.89 | - |
| YUV | 138.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 203 | 0.36 | 0.35 | 0 | 0.20 | 238.38 | 0.42 | 0.65 |
| Hex | 81 | 83 | CB | 24 | 23 | 0 | 14 | EE | 2A | 41 |
| Octal | 201 | 203 | 313 | 44 | 43 | 0 | 24 | 356 | 52 | 101 |
| Binary | 10000001 | 10000011 | 11001011 | 100100 | 100011 | 0 | 10100 | 11101110 | 101010 | 1000001 |
Color Harmonies of #8183CB
Complementary color
Monochromatic Colors of #8183CB
Black with #8183CB
Text Example
Text Example
White with #8183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183CB; }
p { color: rgb(129,131,203); }
H1.HeaderClassName
{
color: #8183CB;
}
.AnyTagClassName
{
color: #8183CB;
}
</style>
background-color css
<style>
a { background-color: #8183CB; }
a { background-color: rgb(129,131,203); }
div.DivClassName
{
background-color: #8183CB;
}
.BgClassName
{
background-color: #8183CB;
}
</style>
border-color css
<style>
span { border-color: #8183CB; }
span { border-color: rgb(129,131,203); }
td.TdClassName
{
border-color: #8183CB;
}
.TagClassName
{
border-color: #8183CB;
}
</style>