Shades of Moody Blue #9183CF
Tints of Moody Blue #9183CF
RGB
CMYK
RGB Variations
Color information
#9183CF (or 0x9183CF) is known color: Moody Blue. HEX triplet: 91, 83 and CF. RGB value is (145,131,207). Sum of RGB (Red+Green+Blue) = 145+131+207=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #9183CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183CF is #6E7C30. Grayscale: #8F8F8F. Windows color (decimal): -7240753 or 13599633. OLE color: 13599633.
HSL color Cylindrical-coordinate representation of color #9183CF: hue angle of 251.05º 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 #9183CF is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 131 | 207 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.19 |
| HSL | 251.05º | 0.44% | 0.66% | - |
| HSV(B) | 251.05º | 0.37% | 0.81% | - |
| XYZ | 31.06 | 26.76 | 62.56 | - |
| YUV | 143.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 207 | 0.30 | 0.37 | 0 | 0.19 | 251.05 | 0.44 | 0.66 |
| Hex | 91 | 83 | CF | 1E | 25 | 0 | 13 | FB | 2C | 42 |
| Octal | 221 | 203 | 317 | 36 | 45 | 0 | 23 | 373 | 54 | 102 |
| Binary | 10010001 | 10000011 | 11001111 | 11110 | 100101 | 0 | 10011 | 11111011 | 101100 | 1000010 |
Color Harmonies of #9183CF
Complementary color
Monochromatic Colors of #9183CF
Black with #9183CF
Text Example
Text Example
White with #9183CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183CF; }
p { color: rgb(145,131,207); }
H1.HeaderClassName
{
color: #9183CF;
}
.AnyTagClassName
{
color: #9183CF;
}
</style>
background-color css
<style>
a { background-color: #9183CF; }
a { background-color: rgb(145,131,207); }
div.DivClassName
{
background-color: #9183CF;
}
.BgClassName
{
background-color: #9183CF;
}
</style>
border-color css
<style>
span { border-color: #9183CF; }
span { border-color: rgb(145,131,207); }
td.TdClassName
{
border-color: #9183CF;
}
.TagClassName
{
border-color: #9183CF;
}
</style>