Shades of Moody Blue #9181CE
Tints of Moody Blue #9181CE
RGB
CMYK
RGB Variations
Color information
#9181CE (or 0x9181CE) is known color: Moody Blue. HEX triplet: 91, 81 and CE. RGB value is (145,129,206). Sum of RGB (Red+Green+Blue) = 145+129+206=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9181CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9181CE is #6E7E31. Grayscale: #8E8E8E. Windows color (decimal): -7241266 or 13533585. OLE color: 13533585.
HSL color Cylindrical-coordinate representation of color #9181CE: hue angle of 252.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9181CE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 129 | 206 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.19 |
| HSL | 252.47º | 0.44% | 0.66% | - |
| HSV(B) | 252.47º | 0.37% | 0.81% | - |
| XYZ | 30.67 | 26.18 | 61.83 | - |
| YUV | 142.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 206 | 0.30 | 0.37 | 0 | 0.19 | 252.47 | 0.44 | 0.66 |
| Hex | 91 | 81 | CE | 1E | 25 | 0 | 13 | FC | 2C | 42 |
| Octal | 221 | 201 | 316 | 36 | 45 | 0 | 23 | 374 | 54 | 102 |
| Binary | 10010001 | 10000001 | 11001110 | 11110 | 100101 | 0 | 10011 | 11111100 | 101100 | 1000010 |
Color Harmonies of #9181CE
Complementary color
Monochromatic Colors of #9181CE
Black with #9181CE
Text Example
Text Example
White with #9181CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9181CE; }
p { color: rgb(145,129,206); }
H1.HeaderClassName
{
color: #9181CE;
}
.AnyTagClassName
{
color: #9181CE;
}
</style>
background-color css
<style>
a { background-color: #9181CE; }
a { background-color: rgb(145,129,206); }
div.DivClassName
{
background-color: #9181CE;
}
.BgClassName
{
background-color: #9181CE;
}
</style>
border-color css
<style>
span { border-color: #9181CE; }
span { border-color: rgb(145,129,206); }
td.TdClassName
{
border-color: #9181CE;
}
.TagClassName
{
border-color: #9181CE;
}
</style>