Shades of Light Slate Blue #917EED
Tints of Light Slate Blue #917EED
RGB
CMYK
RGB Variations
Color information
#917EED (or 0x917EED) is known color: Light Slate Blue. HEX triplet: 91, 7E and ED. RGB value is (145,126,237). Sum of RGB (Red+Green+Blue) = 145+126+237=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #917EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EED is #6E8112. Grayscale: #8F8F8F. Windows color (decimal): -7242003 or 15564433. OLE color: 15564433.
HSL color Cylindrical-coordinate representation of color #917EED: hue angle of 250.27º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917EED is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 126 | 237 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.07 |
| HSL | 250.27º | 0.76% | 0.71% | - |
| HSV(B) | 250.27º | 0.47% | 0.93% | - |
| XYZ | 34.42 | 27.06 | 83.53 | - |
| YUV | 144.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 237 | 0.39 | 0.47 | 0 | 0.07 | 250.27 | 0.76 | 0.71 |
| Hex | 91 | 7E | ED | 27 | 2F | 0 | 7 | FA | 4C | 47 |
| Octal | 221 | 176 | 355 | 47 | 57 | 0 | 7 | 372 | 114 | 107 |
| Binary | 10010001 | 1111110 | 11101101 | 100111 | 101111 | 0 | 111 | 11111010 | 1001100 | 1000111 |
Color Harmonies of #917EED
Complementary color
Monochromatic Colors of #917EED
Black with #917EED
Text Example
Text Example
White with #917EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EED; }
p { color: rgb(145,126,237); }
H1.HeaderClassName
{
color: #917EED;
}
.AnyTagClassName
{
color: #917EED;
}
</style>
background-color css
<style>
a { background-color: #917EED; }
a { background-color: rgb(145,126,237); }
div.DivClassName
{
background-color: #917EED;
}
.BgClassName
{
background-color: #917EED;
}
</style>
border-color css
<style>
span { border-color: #917EED; }
span { border-color: rgb(145,126,237); }
td.TdClassName
{
border-color: #917EED;
}
.TagClassName
{
border-color: #917EED;
}
</style>