Shades of Moody Blue #9286CA
Tints of Moody Blue #9286CA
RGB
CMYK
RGB Variations
Color information
#9286CA (or 0x9286CA) is known color: Moody Blue. HEX triplet: 92, 86 and CA. RGB value is (146,134,202). Sum of RGB (Red+Green+Blue) = 146+134+202=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #9286CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286CA is #6D7935. Grayscale: #919191. Windows color (decimal): -7174454 or 13272722. OLE color: 13272722.
HSL color Cylindrical-coordinate representation of color #9286CA: hue angle of 250.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9286CA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 134 | 202 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.21 |
| HSL | 250.59º | 0.39% | 0.66% | - |
| HSV(B) | 250.59º | 0.34% | 0.79% | - |
| XYZ | 31.04 | 27.43 | 59.53 | - |
| YUV | 145.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 202 | 0.28 | 0.34 | 0 | 0.21 | 250.59 | 0.39 | 0.66 |
| Hex | 92 | 86 | CA | 1C | 22 | 0 | 15 | FB | 27 | 42 |
| Octal | 222 | 206 | 312 | 34 | 42 | 0 | 25 | 373 | 47 | 102 |
| Binary | 10010010 | 10000110 | 11001010 | 11100 | 100010 | 0 | 10101 | 11111011 | 100111 | 1000010 |
Color Harmonies of #9286CA
Complementary color
Monochromatic Colors of #9286CA
Black with #9286CA
Text Example
Text Example
White with #9286CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286CA; }
p { color: rgb(146,134,202); }
H1.HeaderClassName
{
color: #9286CA;
}
.AnyTagClassName
{
color: #9286CA;
}
</style>
background-color css
<style>
a { background-color: #9286CA; }
a { background-color: rgb(146,134,202); }
div.DivClassName
{
background-color: #9286CA;
}
.BgClassName
{
background-color: #9286CA;
}
</style>
border-color css
<style>
span { border-color: #9286CA; }
span { border-color: rgb(146,134,202); }
td.TdClassName
{
border-color: #9286CA;
}
.TagClassName
{
border-color: #9286CA;
}
</style>