Shades of Light Slate Blue #917EEF
Tints of Light Slate Blue #917EEF
RGB
CMYK
RGB Variations
Color information
#917EEF (or 0x917EEF) is known color: Light Slate Blue. HEX triplet: 91, 7E and EF. RGB value is (145,126,239). Sum of RGB (Red+Green+Blue) = 145+126+239=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #917EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EEF is #6E8110. Grayscale: #909090. Windows color (decimal): -7242001 or 15695505. OLE color: 15695505.
HSL color Cylindrical-coordinate representation of color #917EEF: hue angle of 250.09º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917EEF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 126 | 239 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.06 |
| HSL | 250.09º | 0.78% | 0.72% | - |
| HSV(B) | 250.09º | 0.47% | 0.94% | - |
| XYZ | 34.72 | 27.17 | 85.08 | - |
| YUV | 144.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 239 | 0.39 | 0.47 | 0 | 0.06 | 250.09 | 0.78 | 0.72 |
| Hex | 91 | 7E | EF | 27 | 2F | 0 | 6 | FA | 4E | 48 |
| Octal | 221 | 176 | 357 | 47 | 57 | 0 | 6 | 372 | 116 | 110 |
| Binary | 10010001 | 1111110 | 11101111 | 100111 | 101111 | 0 | 110 | 11111010 | 1001110 | 1001000 |
Color Harmonies of #917EEF
Complementary color
Monochromatic Colors of #917EEF
Black with #917EEF
Text Example
Text Example
White with #917EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EEF; }
p { color: rgb(145,126,239); }
H1.HeaderClassName
{
color: #917EEF;
}
.AnyTagClassName
{
color: #917EEF;
}
</style>
background-color css
<style>
a { background-color: #917EEF; }
a { background-color: rgb(145,126,239); }
div.DivClassName
{
background-color: #917EEF;
}
.BgClassName
{
background-color: #917EEF;
}
</style>
border-color css
<style>
span { border-color: #917EEF; }
span { border-color: rgb(145,126,239); }
td.TdClassName
{
border-color: #917EEF;
}
.TagClassName
{
border-color: #917EEF;
}
</style>