Shades of Light Slate Blue #917DFB
Tints of Light Slate Blue #917DFB
RGB
CMYK
RGB Variations
Color information
#917DFB (or 0x917DFB) is known color: Light Slate Blue. HEX triplet: 91, 7D and FB. RGB value is (145,125,251). Sum of RGB (Red+Green+Blue) = 145+125+251=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #917DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DFB is #6E8204. Grayscale: #909090. Windows color (decimal): -7242245 or 16481681. OLE color: 16481681.
HSL color Cylindrical-coordinate representation of color #917DFB: hue angle of 249.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917DFB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 125 | 251 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.02 |
| HSL | 249.52º | 0.94% | 0.74% | - |
| HSV(B) | 249.52º | 0.5% | 0.98% | - |
| XYZ | 36.42 | 27.65 | 94.68 | - |
| YUV | 145.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 251 | 0.42 | 0.50 | 0 | 0.02 | 249.52 | 0.94 | 0.74 |
| Hex | 91 | 7D | FB | 2A | 32 | 0 | 2 | FA | 5E | 4A |
| Octal | 221 | 175 | 373 | 52 | 62 | 0 | 2 | 372 | 136 | 112 |
| Binary | 10010001 | 1111101 | 11111011 | 101010 | 110010 | 0 | 10 | 11111010 | 1011110 | 1001010 |
Color Harmonies of #917DFB
Complementary color
Monochromatic Colors of #917DFB
Black with #917DFB
Text Example
Text Example
White with #917DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DFB; }
p { color: rgb(145,125,251); }
H1.HeaderClassName
{
color: #917DFB;
}
.AnyTagClassName
{
color: #917DFB;
}
</style>
background-color css
<style>
a { background-color: #917DFB; }
a { background-color: rgb(145,125,251); }
div.DivClassName
{
background-color: #917DFB;
}
.BgClassName
{
background-color: #917DFB;
}
</style>
border-color css
<style>
span { border-color: #917DFB; }
span { border-color: rgb(145,125,251); }
td.TdClassName
{
border-color: #917DFB;
}
.TagClassName
{
border-color: #917DFB;
}
</style>