Shades of Moody Blue #9083CB
Tints of Moody Blue #9083CB
RGB
CMYK
RGB Variations
Color information
#9083CB (or 0x9083CB) is known color: Moody Blue. HEX triplet: 90, 83 and CB. RGB value is (144,131,203). Sum of RGB (Red+Green+Blue) = 144+131+203=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #9083CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083CB is #6F7C34. Grayscale: #8E8E8E. Windows color (decimal): -7306293 or 13337488. OLE color: 13337488.
HSL color Cylindrical-coordinate representation of color #9083CB: hue angle of 250.83º 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 #9083CB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 131 | 203 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.20 |
| HSL | 250.83º | 0.41% | 0.65% | - |
| HSV(B) | 250.83º | 0.35% | 0.8% | - |
| XYZ | 30.4 | 26.47 | 60.01 | - |
| YUV | 143.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 203 | 0.29 | 0.35 | 0 | 0.20 | 250.83 | 0.41 | 0.65 |
| Hex | 90 | 83 | CB | 1D | 23 | 0 | 14 | FB | 29 | 41 |
| Octal | 220 | 203 | 313 | 35 | 43 | 0 | 24 | 373 | 51 | 101 |
| Binary | 10010000 | 10000011 | 11001011 | 11101 | 100011 | 0 | 10100 | 11111011 | 101001 | 1000001 |
Color Harmonies of #9083CB
Complementary color
Monochromatic Colors of #9083CB
Black with #9083CB
Text Example
Text Example
White with #9083CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083CB; }
p { color: rgb(144,131,203); }
H1.HeaderClassName
{
color: #9083CB;
}
.AnyTagClassName
{
color: #9083CB;
}
</style>
background-color css
<style>
a { background-color: #9083CB; }
a { background-color: rgb(144,131,203); }
div.DivClassName
{
background-color: #9083CB;
}
.BgClassName
{
background-color: #9083CB;
}
</style>
border-color css
<style>
span { border-color: #9083CB; }
span { border-color: rgb(144,131,203); }
td.TdClassName
{
border-color: #9083CB;
}
.TagClassName
{
border-color: #9083CB;
}
</style>