Shades of Light Slate Blue #9085EC
Tints of Light Slate Blue #9085EC
RGB
CMYK
RGB Variations
Color information
#9085EC (or 0x9085EC) is known color: Light Slate Blue. HEX triplet: 90, 85 and EC. RGB value is (144,133,236). Sum of RGB (Red+Green+Blue) = 144+133+236=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #9085EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085EC is #6F7A13. Grayscale: #939393. Windows color (decimal): -7305748 or 15500688. OLE color: 15500688.
HSL color Cylindrical-coordinate representation of color #9085EC: hue angle of 246.41º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9085EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 133 | 236 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.07 |
| HSL | 246.41º | 0.73% | 0.72% | - |
| HSV(B) | 246.41º | 0.44% | 0.93% | - |
| XYZ | 35.03 | 28.76 | 83.06 | - |
| YUV | 148.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 236 | 0.39 | 0.44 | 0 | 0.07 | 246.41 | 0.73 | 0.72 |
| Hex | 90 | 85 | EC | 27 | 2C | 0 | 7 | F6 | 49 | 48 |
| Octal | 220 | 205 | 354 | 47 | 54 | 0 | 7 | 366 | 111 | 110 |
| Binary | 10010000 | 10000101 | 11101100 | 100111 | 101100 | 0 | 111 | 11110110 | 1001001 | 1001000 |
Color Harmonies of #9085EC
Complementary color
Monochromatic Colors of #9085EC
Black with #9085EC
Text Example
Text Example
White with #9085EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9085EC; }
p { color: rgb(144,133,236); }
H1.HeaderClassName
{
color: #9085EC;
}
.AnyTagClassName
{
color: #9085EC;
}
</style>
background-color css
<style>
a { background-color: #9085EC; }
a { background-color: rgb(144,133,236); }
div.DivClassName
{
background-color: #9085EC;
}
.BgClassName
{
background-color: #9085EC;
}
</style>
border-color css
<style>
span { border-color: #9085EC; }
span { border-color: rgb(144,133,236); }
td.TdClassName
{
border-color: #9085EC;
}
.TagClassName
{
border-color: #9085EC;
}
</style>