Shades of Light Slate Blue #917DFE
Tints of Light Slate Blue #917DFE
RGB
CMYK
RGB Variations
Color information
#917DFE (or 0x917DFE) is known color: Light Slate Blue. HEX triplet: 91, 7D and FE. RGB value is (145,125,254). Sum of RGB (Red+Green+Blue) = 145+125+254=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #917DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DFE is #6E8201. Grayscale: #919191. Windows color (decimal): -7242242 or 16678289. OLE color: 16678289.
HSL color Cylindrical-coordinate representation of color #917DFE: hue angle of 249.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917DFE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 125 | 254 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.00 |
| HSL | 249.3º | 0.98% | 0.74% | - |
| HSV(B) | 249.3º | 0.51% | 1% | - |
| XYZ | 36.9 | 27.84 | 97.2 | - |
| YUV | 145.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 254 | 0.43 | 0.51 | 0 | 0.00 | 249.3 | 0.98 | 0.74 |
| Hex | 91 | 7D | FE | 2B | 33 | 0 | 0 | F9 | 62 | 4A |
| Octal | 221 | 175 | 376 | 53 | 63 | 0 | 0 | 371 | 142 | 112 |
| Binary | 10010001 | 1111101 | 11111110 | 101011 | 110011 | 0 | 0 | 11111001 | 1100010 | 1001010 |
Color Harmonies of #917DFE
Complementary color
Monochromatic Colors of #917DFE
Black with #917DFE
Text Example
Text Example
White with #917DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DFE; }
p { color: rgb(145,125,254); }
H1.HeaderClassName
{
color: #917DFE;
}
.AnyTagClassName
{
color: #917DFE;
}
</style>
background-color css
<style>
a { background-color: #917DFE; }
a { background-color: rgb(145,125,254); }
div.DivClassName
{
background-color: #917DFE;
}
.BgClassName
{
background-color: #917DFE;
}
</style>
border-color css
<style>
span { border-color: #917DFE; }
span { border-color: rgb(145,125,254); }
td.TdClassName
{
border-color: #917DFE;
}
.TagClassName
{
border-color: #917DFE;
}
</style>