Shades of Moody Blue #9184CB
Tints of Moody Blue #9184CB
RGB
CMYK
RGB Variations
Color information
#9184CB (or 0x9184CB) is known color: Moody Blue. HEX triplet: 91, 84 and CB. RGB value is (145,132,203). Sum of RGB (Red+Green+Blue) = 145+132+203=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #9184CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184CB is #6E7B34. Grayscale: #8F8F8F. Windows color (decimal): -7240501 or 13337745. OLE color: 13337745.
HSL color Cylindrical-coordinate representation of color #9184CB: hue angle of 250.99º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9184CB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 132 | 203 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.20 |
| HSL | 250.99º | 0.41% | 0.66% | - |
| HSV(B) | 250.99º | 0.35% | 0.8% | - |
| XYZ | 30.71 | 26.83 | 60.06 | - |
| YUV | 143.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 203 | 0.29 | 0.35 | 0 | 0.20 | 250.99 | 0.41 | 0.66 |
| Hex | 91 | 84 | CB | 1D | 23 | 0 | 14 | FB | 29 | 42 |
| Octal | 221 | 204 | 313 | 35 | 43 | 0 | 24 | 373 | 51 | 102 |
| Binary | 10010001 | 10000100 | 11001011 | 11101 | 100011 | 0 | 10100 | 11111011 | 101001 | 1000010 |
Color Harmonies of #9184CB
Complementary color
Monochromatic Colors of #9184CB
Black with #9184CB
Text Example
Text Example
White with #9184CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184CB; }
p { color: rgb(145,132,203); }
H1.HeaderClassName
{
color: #9184CB;
}
.AnyTagClassName
{
color: #9184CB;
}
</style>
background-color css
<style>
a { background-color: #9184CB; }
a { background-color: rgb(145,132,203); }
div.DivClassName
{
background-color: #9184CB;
}
.BgClassName
{
background-color: #9184CB;
}
</style>
border-color css
<style>
span { border-color: #9184CB; }
span { border-color: rgb(145,132,203); }
td.TdClassName
{
border-color: #9184CB;
}
.TagClassName
{
border-color: #9184CB;
}
</style>