Shades of Light Slate Blue #917CEE
Tints of Light Slate Blue #917CEE
RGB
CMYK
RGB Variations
Color information
#917CEE (or 0x917CEE) is known color: Light Slate Blue. HEX triplet: 91, 7C and EE. RGB value is (145,124,238). Sum of RGB (Red+Green+Blue) = 145+124+238=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #917CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CEE is #6E8311. Grayscale: #8E8E8E. Windows color (decimal): -7242514 or 15629457. OLE color: 15629457.
HSL color Cylindrical-coordinate representation of color #917CEE: hue angle of 251.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917CEE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 124 | 238 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.07 |
| HSL | 251.05º | 0.77% | 0.71% | - |
| HSV(B) | 251.05º | 0.48% | 0.93% | - |
| XYZ | 34.32 | 26.61 | 84.22 | - |
| YUV | 143.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 238 | 0.39 | 0.48 | 0 | 0.07 | 251.05 | 0.77 | 0.71 |
| Hex | 91 | 7C | EE | 27 | 30 | 0 | 7 | FB | 4D | 47 |
| Octal | 221 | 174 | 356 | 47 | 60 | 0 | 7 | 373 | 115 | 107 |
| Binary | 10010001 | 1111100 | 11101110 | 100111 | 110000 | 0 | 111 | 11111011 | 1001101 | 1000111 |
Color Harmonies of #917CEE
Complementary color
Monochromatic Colors of #917CEE
Black with #917CEE
Text Example
Text Example
White with #917CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CEE; }
p { color: rgb(145,124,238); }
H1.HeaderClassName
{
color: #917CEE;
}
.AnyTagClassName
{
color: #917CEE;
}
</style>
background-color css
<style>
a { background-color: #917CEE; }
a { background-color: rgb(145,124,238); }
div.DivClassName
{
background-color: #917CEE;
}
.BgClassName
{
background-color: #917CEE;
}
</style>
border-color css
<style>
span { border-color: #917CEE; }
span { border-color: rgb(145,124,238); }
td.TdClassName
{
border-color: #917CEE;
}
.TagClassName
{
border-color: #917CEE;
}
</style>