Shades of Moody Blue #9083CC
Tints of Moody Blue #9083CC
RGB
CMYK
RGB Variations
Color information
#9083CC (or 0x9083CC) is known color: Moody Blue. HEX triplet: 90, 83 and CC. RGB value is (144,131,204). Sum of RGB (Red+Green+Blue) = 144+131+204=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9083CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083CC is #6F7C33. Grayscale: #8E8E8E. Windows color (decimal): -7306292 or 13403024. OLE color: 13403024.
HSL color Cylindrical-coordinate representation of color #9083CC: hue angle of 250.68º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9083CC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 131 | 204 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.2 |
| HSL | 250.68º | 0.42% | 0.66% | - |
| HSV(B) | 250.68º | 0.36% | 0.8% | - |
| XYZ | 30.52 | 26.52 | 60.64 | - |
| YUV | 143.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 204 | 0.29 | 0.36 | 0 | 0.2 | 250.68 | 0.42 | 0.66 |
| Hex | 90 | 83 | CC | 1D | 24 | 0 | 14 | FB | 2A | 42 |
| Octal | 220 | 203 | 314 | 35 | 44 | 0 | 24 | 373 | 52 | 102 |
| Binary | 10010000 | 10000011 | 11001100 | 11101 | 100100 | 0 | 10100 | 11111011 | 101010 | 1000010 |
Color Harmonies of #9083CC
Complementary color
Monochromatic Colors of #9083CC
Black with #9083CC
Text Example
Text Example
White with #9083CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083CC; }
p { color: rgb(144,131,204); }
H1.HeaderClassName
{
color: #9083CC;
}
.AnyTagClassName
{
color: #9083CC;
}
</style>
background-color css
<style>
a { background-color: #9083CC; }
a { background-color: rgb(144,131,204); }
div.DivClassName
{
background-color: #9083CC;
}
.BgClassName
{
background-color: #9083CC;
}
</style>
border-color css
<style>
span { border-color: #9083CC; }
span { border-color: rgb(144,131,204); }
td.TdClassName
{
border-color: #9083CC;
}
.TagClassName
{
border-color: #9083CC;
}
</style>