Shades of Moody Blue #9285D3
Tints of Moody Blue #9285D3
RGB
CMYK
RGB Variations
Color information
#9285D3 (or 0x9285D3) is known color: Moody Blue. HEX triplet: 92, 85 and D3. RGB value is (146,133,211). Sum of RGB (Red+Green+Blue) = 146+133+211=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #9285D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285D3 is #6D7A2C. Grayscale: #919191. Windows color (decimal): -7174701 or 13862290. OLE color: 13862290.
HSL color Cylindrical-coordinate representation of color #9285D3: hue angle of 250º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9285D3 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 133 | 211 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.17 |
| HSL | 250º | 0.47% | 0.67% | - |
| HSV(B) | 250º | 0.37% | 0.83% | - |
| XYZ | 32 | 27.59 | 65.27 | - |
| YUV | 145.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 211 | 0.31 | 0.37 | 0 | 0.17 | 250 | 0.47 | 0.67 |
| Hex | 92 | 85 | D3 | 1F | 25 | 0 | 11 | FA | 2F | 43 |
| Octal | 222 | 205 | 323 | 37 | 45 | 0 | 21 | 372 | 57 | 103 |
| Binary | 10010010 | 10000101 | 11010011 | 11111 | 100101 | 0 | 10001 | 11111010 | 101111 | 1000011 |
Color Harmonies of #9285D3
Complementary color
Monochromatic Colors of #9285D3
Black with #9285D3
Text Example
Text Example
White with #9285D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285D3; }
p { color: rgb(146,133,211); }
H1.HeaderClassName
{
color: #9285D3;
}
.AnyTagClassName
{
color: #9285D3;
}
</style>
background-color css
<style>
a { background-color: #9285D3; }
a { background-color: rgb(146,133,211); }
div.DivClassName
{
background-color: #9285D3;
}
.BgClassName
{
background-color: #9285D3;
}
</style>
border-color css
<style>
span { border-color: #9285D3; }
span { border-color: rgb(146,133,211); }
td.TdClassName
{
border-color: #9285D3;
}
.TagClassName
{
border-color: #9285D3;
}
</style>