Shades of Moody Blue #9185D2
Tints of Moody Blue #9185D2
RGB
CMYK
RGB Variations
Color information
#9185D2 (or 0x9185D2) is known color: Moody Blue. HEX triplet: 91, 85 and D2. RGB value is (145,133,210). Sum of RGB (Red+Green+Blue) = 145+133+210=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #9185D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185D2 is #6E7A2D. Grayscale: #919191. Windows color (decimal): -7240238 or 13796753. OLE color: 13796753.
HSL color Cylindrical-coordinate representation of color #9185D2: hue angle of 249.35º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9185D2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 133 | 210 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.18 |
| HSL | 249.35º | 0.46% | 0.67% | - |
| HSV(B) | 249.35º | 0.37% | 0.82% | - |
| XYZ | 31.7 | 27.45 | 64.6 | - |
| YUV | 145.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 210 | 0.31 | 0.37 | 0 | 0.18 | 249.35 | 0.46 | 0.67 |
| Hex | 91 | 85 | D2 | 1F | 25 | 0 | 12 | F9 | 2E | 43 |
| Octal | 221 | 205 | 322 | 37 | 45 | 0 | 22 | 371 | 56 | 103 |
| Binary | 10010001 | 10000101 | 11010010 | 11111 | 100101 | 0 | 10010 | 11111001 | 101110 | 1000011 |
Color Harmonies of #9185D2
Complementary color
Monochromatic Colors of #9185D2
Black with #9185D2
Text Example
Text Example
White with #9185D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185D2; }
p { color: rgb(145,133,210); }
H1.HeaderClassName
{
color: #9185D2;
}
.AnyTagClassName
{
color: #9185D2;
}
</style>
background-color css
<style>
a { background-color: #9185D2; }
a { background-color: rgb(145,133,210); }
div.DivClassName
{
background-color: #9185D2;
}
.BgClassName
{
background-color: #9185D2;
}
</style>
border-color css
<style>
span { border-color: #9185D2; }
span { border-color: rgb(145,133,210); }
td.TdClassName
{
border-color: #9185D2;
}
.TagClassName
{
border-color: #9185D2;
}
</style>