Shades of Moody Blue #9083C4
Tints of Moody Blue #9083C4
RGB
CMYK
RGB Variations
Color information
#9083C4 (or 0x9083C4) is known color: Moody Blue. HEX triplet: 90, 83 and C4. RGB value is (144,131,196). Sum of RGB (Red+Green+Blue) = 144+131+196=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #9083C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083C4 is #6F7C3B. Grayscale: #8E8E8E. Windows color (decimal): -7306300 or 12878736. OLE color: 12878736.
HSL color Cylindrical-coordinate representation of color #9083C4: hue angle of 252º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9083C4 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 131 | 196 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.23 |
| HSL | 252º | 0.36% | 0.64% | - |
| HSV(B) | 252º | 0.33% | 0.77% | - |
| XYZ | 29.58 | 26.15 | 55.71 | - |
| YUV | 142.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 196 | 0.27 | 0.33 | 0 | 0.23 | 252 | 0.36 | 0.64 |
| Hex | 90 | 83 | C4 | 1B | 21 | 0 | 17 | FC | 24 | 40 |
| Octal | 220 | 203 | 304 | 33 | 41 | 0 | 27 | 374 | 44 | 100 |
| Binary | 10010000 | 10000011 | 11000100 | 11011 | 100001 | 0 | 10111 | 11111100 | 100100 | 1000000 |
Color Harmonies of #9083C4
Complementary color
Monochromatic Colors of #9083C4
Black with #9083C4
Text Example
Text Example
White with #9083C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083C4; }
p { color: rgb(144,131,196); }
H1.HeaderClassName
{
color: #9083C4;
}
.AnyTagClassName
{
color: #9083C4;
}
</style>
background-color css
<style>
a { background-color: #9083C4; }
a { background-color: rgb(144,131,196); }
div.DivClassName
{
background-color: #9083C4;
}
.BgClassName
{
background-color: #9083C4;
}
</style>
border-color css
<style>
span { border-color: #9083C4; }
span { border-color: rgb(144,131,196); }
td.TdClassName
{
border-color: #9083C4;
}
.TagClassName
{
border-color: #9083C4;
}
</style>