Shades of Light Slate Blue #917FED
Tints of Light Slate Blue #917FED
RGB
CMYK
RGB Variations
Color information
#917FED (or 0x917FED) is known color: Light Slate Blue. HEX triplet: 91, 7F and ED. RGB value is (145,127,237). Sum of RGB (Red+Green+Blue) = 145+127+237=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #917FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FED is #6E8012. Grayscale: #909090. Windows color (decimal): -7241747 or 15564689. OLE color: 15564689.
HSL color Cylindrical-coordinate representation of color #917FED: hue angle of 249.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #917FED is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 127 | 237 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.07 |
| HSL | 249.82º | 0.75% | 0.71% | - |
| HSV(B) | 249.82º | 0.46% | 0.93% | - |
| XYZ | 34.55 | 27.31 | 83.57 | - |
| YUV | 144.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 237 | 0.39 | 0.46 | 0 | 0.07 | 249.82 | 0.75 | 0.71 |
| Hex | 91 | 7F | ED | 27 | 2E | 0 | 7 | FA | 4B | 47 |
| Octal | 221 | 177 | 355 | 47 | 56 | 0 | 7 | 372 | 113 | 107 |
| Binary | 10010001 | 1111111 | 11101101 | 100111 | 101110 | 0 | 111 | 11111010 | 1001011 | 1000111 |
Color Harmonies of #917FED
Complementary color
Monochromatic Colors of #917FED
Black with #917FED
Text Example
Text Example
White with #917FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FED; }
p { color: rgb(145,127,237); }
H1.HeaderClassName
{
color: #917FED;
}
.AnyTagClassName
{
color: #917FED;
}
</style>
background-color css
<style>
a { background-color: #917FED; }
a { background-color: rgb(145,127,237); }
div.DivClassName
{
background-color: #917FED;
}
.BgClassName
{
background-color: #917FED;
}
</style>
border-color css
<style>
span { border-color: #917FED; }
span { border-color: rgb(145,127,237); }
td.TdClassName
{
border-color: #917FED;
}
.TagClassName
{
border-color: #917FED;
}
</style>