Shades of Light Slate Blue #9283ED
Tints of Light Slate Blue #9283ED
RGB
CMYK
RGB Variations
Color information
#9283ED (or 0x9283ED) is known color: Light Slate Blue. HEX triplet: 92, 83 and ED. RGB value is (146,131,237). Sum of RGB (Red+Green+Blue) = 146+131+237=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #9283ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9283ED is #6D7C12. Grayscale: #939393. Windows color (decimal): -7175187 or 15565714. OLE color: 15565714.
HSL color Cylindrical-coordinate representation of color #9283ED: hue angle of 248.49º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9283ED is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 131 | 237 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.07 |
| HSL | 248.49º | 0.75% | 0.72% | - |
| HSV(B) | 248.49º | 0.45% | 0.93% | - |
| XYZ | 35.26 | 28.46 | 83.76 | - |
| YUV | 147.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 237 | 0.38 | 0.45 | 0 | 0.07 | 248.49 | 0.75 | 0.72 |
| Hex | 92 | 83 | ED | 26 | 2D | 0 | 7 | F8 | 4B | 48 |
| Octal | 222 | 203 | 355 | 46 | 55 | 0 | 7 | 370 | 113 | 110 |
| Binary | 10010010 | 10000011 | 11101101 | 100110 | 101101 | 0 | 111 | 11111000 | 1001011 | 1001000 |
Color Harmonies of #9283ED
Complementary color
Monochromatic Colors of #9283ED
Black with #9283ED
Text Example
Text Example
White with #9283ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283ED; }
p { color: rgb(146,131,237); }
H1.HeaderClassName
{
color: #9283ED;
}
.AnyTagClassName
{
color: #9283ED;
}
</style>
background-color css
<style>
a { background-color: #9283ED; }
a { background-color: rgb(146,131,237); }
div.DivClassName
{
background-color: #9283ED;
}
.BgClassName
{
background-color: #9283ED;
}
</style>
border-color css
<style>
span { border-color: #9283ED; }
span { border-color: rgb(146,131,237); }
td.TdClassName
{
border-color: #9283ED;
}
.TagClassName
{
border-color: #9283ED;
}
</style>