Shades of Light Slate Blue #917BEE
Tints of Light Slate Blue #917BEE
RGB
CMYK
RGB Variations
Color information
#917BEE (or 0x917BEE) is known color: Light Slate Blue. HEX triplet: 91, 7B and EE. RGB value is (145,123,238). Sum of RGB (Red+Green+Blue) = 145+123+238=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #917BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917BEE is #6E8411. Grayscale: #8E8E8E. Windows color (decimal): -7242770 or 15629201. OLE color: 15629201.
HSL color Cylindrical-coordinate representation of color #917BEE: hue angle of 251.48º 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 #917BEE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 123 | 238 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.07 |
| HSL | 251.48º | 0.77% | 0.71% | - |
| HSV(B) | 251.48º | 0.48% | 0.93% | - |
| XYZ | 34.19 | 26.36 | 84.17 | - |
| YUV | 142.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 238 | 0.39 | 0.48 | 0 | 0.07 | 251.48 | 0.77 | 0.71 |
| Hex | 91 | 7B | EE | 27 | 30 | 0 | 7 | FB | 4D | 47 |
| Octal | 221 | 173 | 356 | 47 | 60 | 0 | 7 | 373 | 115 | 107 |
| Binary | 10010001 | 1111011 | 11101110 | 100111 | 110000 | 0 | 111 | 11111011 | 1001101 | 1000111 |
Color Harmonies of #917BEE
Complementary color
Monochromatic Colors of #917BEE
Black with #917BEE
Text Example
Text Example
White with #917BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BEE; }
p { color: rgb(145,123,238); }
H1.HeaderClassName
{
color: #917BEE;
}
.AnyTagClassName
{
color: #917BEE;
}
</style>
background-color css
<style>
a { background-color: #917BEE; }
a { background-color: rgb(145,123,238); }
div.DivClassName
{
background-color: #917BEE;
}
.BgClassName
{
background-color: #917BEE;
}
</style>
border-color css
<style>
span { border-color: #917BEE; }
span { border-color: rgb(145,123,238); }
td.TdClassName
{
border-color: #917BEE;
}
.TagClassName
{
border-color: #917BEE;
}
</style>