Shades of Moody Blue #9183CB
Tints of Moody Blue #9183CB
RGB
CMYK
RGB Variations
Color information
#9183CB (or 0x9183CB) is known color: Moody Blue. HEX triplet: 91, 83 and CB. RGB value is (145,131,203). Sum of RGB (Red+Green+Blue) = 145+131+203=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9183CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183CB is #6E7C34. Grayscale: #8F8F8F. Windows color (decimal): -7240757 or 13337489. OLE color: 13337489.
HSL color Cylindrical-coordinate representation of color #9183CB: hue angle of 251.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9183CB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 131 | 203 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.20 |
| HSL | 251.67º | 0.41% | 0.65% | - |
| HSV(B) | 251.67º | 0.35% | 0.8% | - |
| XYZ | 30.57 | 26.56 | 60.02 | - |
| YUV | 143.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 203 | 0.29 | 0.35 | 0 | 0.20 | 251.67 | 0.41 | 0.65 |
| Hex | 91 | 83 | CB | 1D | 23 | 0 | 14 | FC | 29 | 41 |
| Octal | 221 | 203 | 313 | 35 | 43 | 0 | 24 | 374 | 51 | 101 |
| Binary | 10010001 | 10000011 | 11001011 | 11101 | 100011 | 0 | 10100 | 11111100 | 101001 | 1000001 |
Color Harmonies of #9183CB
Complementary color
Monochromatic Colors of #9183CB
Black with #9183CB
Text Example
Text Example
White with #9183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183CB; }
p { color: rgb(145,131,203); }
H1.HeaderClassName
{
color: #9183CB;
}
.AnyTagClassName
{
color: #9183CB;
}
</style>
background-color css
<style>
a { background-color: #9183CB; }
a { background-color: rgb(145,131,203); }
div.DivClassName
{
background-color: #9183CB;
}
.BgClassName
{
background-color: #9183CB;
}
</style>
border-color css
<style>
span { border-color: #9183CB; }
span { border-color: rgb(145,131,203); }
td.TdClassName
{
border-color: #9183CB;
}
.TagClassName
{
border-color: #9183CB;
}
</style>