Shades of Moody Blue #9385CC
Tints of Moody Blue #9385CC
RGB
CMYK
RGB Variations
Color information
#9385CC (or 0x9385CC) is known color: Moody Blue. HEX triplet: 93, 85 and CC. RGB value is (147,133,204). Sum of RGB (Red+Green+Blue) = 147+133+204=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #9385CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385CC is #6C7A33. Grayscale: #919191. Windows color (decimal): -7109172 or 13403539. OLE color: 13403539.
HSL color Cylindrical-coordinate representation of color #9385CC: hue angle of 251.83º 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 #9385CC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 133 | 204 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.2 |
| HSL | 251.83º | 0.41% | 0.66% | - |
| HSV(B) | 251.83º | 0.35% | 0.8% | - |
| XYZ | 31.32 | 27.34 | 60.75 | - |
| YUV | 145.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 204 | 0.28 | 0.35 | 0 | 0.2 | 251.83 | 0.41 | 0.66 |
| Hex | 93 | 85 | CC | 1C | 23 | 0 | 14 | FC | 29 | 42 |
| Octal | 223 | 205 | 314 | 34 | 43 | 0 | 24 | 374 | 51 | 102 |
| Binary | 10010011 | 10000101 | 11001100 | 11100 | 100011 | 0 | 10100 | 11111100 | 101001 | 1000010 |
Color Harmonies of #9385CC
Complementary color
Monochromatic Colors of #9385CC
Black with #9385CC
Text Example
Text Example
White with #9385CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385CC; }
p { color: rgb(147,133,204); }
H1.HeaderClassName
{
color: #9385CC;
}
.AnyTagClassName
{
color: #9385CC;
}
</style>
background-color css
<style>
a { background-color: #9385CC; }
a { background-color: rgb(147,133,204); }
div.DivClassName
{
background-color: #9385CC;
}
.BgClassName
{
background-color: #9385CC;
}
</style>
border-color css
<style>
span { border-color: #9385CC; }
span { border-color: rgb(147,133,204); }
td.TdClassName
{
border-color: #9385CC;
}
.TagClassName
{
border-color: #9385CC;
}
</style>