Shades of Moody Blue #9285CC
Tints of Moody Blue #9285CC
RGB
CMYK
RGB Variations
Color information
#9285CC (or 0x9285CC) is known color: Moody Blue. HEX triplet: 92, 85 and CC. RGB value is (146,133,204). Sum of RGB (Red+Green+Blue) = 146+133+204=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9285CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285CC is #6D7A33. Grayscale: #909090. Windows color (decimal): -7174708 or 13403538. OLE color: 13403538.
HSL color Cylindrical-coordinate representation of color #9285CC: 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 #9285CC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 133 | 204 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.2 |
| HSL | 250.99º | 0.41% | 0.66% | - |
| HSV(B) | 250.99º | 0.35% | 0.8% | - |
| XYZ | 31.14 | 27.25 | 60.74 | - |
| YUV | 144.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 204 | 0.28 | 0.35 | 0 | 0.2 | 250.99 | 0.41 | 0.66 |
| Hex | 92 | 85 | CC | 1C | 23 | 0 | 14 | FB | 29 | 42 |
| Octal | 222 | 205 | 314 | 34 | 43 | 0 | 24 | 373 | 51 | 102 |
| Binary | 10010010 | 10000101 | 11001100 | 11100 | 100011 | 0 | 10100 | 11111011 | 101001 | 1000010 |
Color Harmonies of #9285CC
Complementary color
Monochromatic Colors of #9285CC
Black with #9285CC
Text Example
Text Example
White with #9285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285CC; }
p { color: rgb(146,133,204); }
H1.HeaderClassName
{
color: #9285CC;
}
.AnyTagClassName
{
color: #9285CC;
}
</style>
background-color css
<style>
a { background-color: #9285CC; }
a { background-color: rgb(146,133,204); }
div.DivClassName
{
background-color: #9285CC;
}
.BgClassName
{
background-color: #9285CC;
}
</style>
border-color css
<style>
span { border-color: #9285CC; }
span { border-color: rgb(146,133,204); }
td.TdClassName
{
border-color: #9285CC;
}
.TagClassName
{
border-color: #9285CC;
}
</style>