Shades of Light Slate Blue #9285EF
Tints of Light Slate Blue #9285EF
RGB
CMYK
RGB Variations
Color information
#9285EF (or 0x9285EF) is known color: Light Slate Blue. HEX triplet: 92, 85 and EF. RGB value is (146,133,239). Sum of RGB (Red+Green+Blue) = 146+133+239=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #9285EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9285EF is #6D7A10. Grayscale: #949494. Windows color (decimal): -7174673 or 15697298. OLE color: 15697298.
HSL color Cylindrical-coordinate representation of color #9285EF: hue angle of 247.36º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9285EF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 133 | 239 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.06 |
| HSL | 247.36º | 0.77% | 0.73% | - |
| HSV(B) | 247.36º | 0.44% | 0.94% | - |
| XYZ | 35.82 | 29.12 | 85.39 | - |
| YUV | 148.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 239 | 0.39 | 0.44 | 0 | 0.06 | 247.36 | 0.77 | 0.73 |
| Hex | 92 | 85 | EF | 27 | 2C | 0 | 6 | F7 | 4D | 49 |
| Octal | 222 | 205 | 357 | 47 | 54 | 0 | 6 | 367 | 115 | 111 |
| Binary | 10010010 | 10000101 | 11101111 | 100111 | 101100 | 0 | 110 | 11110111 | 1001101 | 1001001 |
Color Harmonies of #9285EF
Complementary color
Monochromatic Colors of #9285EF
Black with #9285EF
Text Example
Text Example
White with #9285EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9285EF; }
p { color: rgb(146,133,239); }
H1.HeaderClassName
{
color: #9285EF;
}
.AnyTagClassName
{
color: #9285EF;
}
</style>
background-color css
<style>
a { background-color: #9285EF; }
a { background-color: rgb(146,133,239); }
div.DivClassName
{
background-color: #9285EF;
}
.BgClassName
{
background-color: #9285EF;
}
</style>
border-color css
<style>
span { border-color: #9285EF; }
span { border-color: rgb(146,133,239); }
td.TdClassName
{
border-color: #9285EF;
}
.TagClassName
{
border-color: #9285EF;
}
</style>