Shades of Moody Blue #9182CC
Tints of Moody Blue #9182CC
RGB
CMYK
RGB Variations
Color information
#9182CC (or 0x9182CC) is known color: Moody Blue. HEX triplet: 91, 82 and CC. RGB value is (145,130,204). Sum of RGB (Red+Green+Blue) = 145+130+204=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 130 (51.17% from 255 or 27.14% 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 #9182CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182CC is #6E7D33. Grayscale: #8E8E8E. Windows color (decimal): -7241012 or 13402769. OLE color: 13402769.
HSL color Cylindrical-coordinate representation of color #9182CC: hue angle of 252.16º 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 #9182CC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 130 | 204 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.2 |
| HSL | 252.16º | 0.42% | 0.65% | - |
| HSV(B) | 252.16º | 0.36% | 0.8% | - |
| XYZ | 30.56 | 26.34 | 60.6 | - |
| YUV | 142.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 204 | 0.29 | 0.36 | 0 | 0.2 | 252.16 | 0.42 | 0.65 |
| Hex | 91 | 82 | CC | 1D | 24 | 0 | 14 | FC | 2A | 41 |
| Octal | 221 | 202 | 314 | 35 | 44 | 0 | 24 | 374 | 52 | 101 |
| Binary | 10010001 | 10000010 | 11001100 | 11101 | 100100 | 0 | 10100 | 11111100 | 101010 | 1000001 |
Color Harmonies of #9182CC
Complementary color
Monochromatic Colors of #9182CC
Black with #9182CC
Text Example
Text Example
White with #9182CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182CC; }
p { color: rgb(145,130,204); }
H1.HeaderClassName
{
color: #9182CC;
}
.AnyTagClassName
{
color: #9182CC;
}
</style>
background-color css
<style>
a { background-color: #9182CC; }
a { background-color: rgb(145,130,204); }
div.DivClassName
{
background-color: #9182CC;
}
.BgClassName
{
background-color: #9182CC;
}
</style>
border-color css
<style>
span { border-color: #9182CC; }
span { border-color: rgb(145,130,204); }
td.TdClassName
{
border-color: #9182CC;
}
.TagClassName
{
border-color: #9182CC;
}
</style>