Shades of Light Slate Blue #917DF9
Tints of Light Slate Blue #917DF9
RGB
CMYK
RGB Variations
Color information
#917DF9 (or 0x917DF9) is known color: Light Slate Blue. HEX triplet: 91, 7D and F9. RGB value is (145,125,249). Sum of RGB (Red+Green+Blue) = 145+125+249=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #917DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF9 is #6E8206. Grayscale: #909090. Windows color (decimal): -7242247 or 16350609. OLE color: 16350609.
HSL color Cylindrical-coordinate representation of color #917DF9: hue angle of 249.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917DF9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 125 | 249 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.02 |
| HSL | 249.68º | 0.91% | 0.73% | - |
| HSV(B) | 249.68º | 0.5% | 0.98% | - |
| XYZ | 36.11 | 27.53 | 93.03 | - |
| YUV | 145.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 249 | 0.42 | 0.50 | 0 | 0.02 | 249.68 | 0.91 | 0.73 |
| Hex | 91 | 7D | F9 | 2A | 32 | 0 | 2 | FA | 5B | 49 |
| Octal | 221 | 175 | 371 | 52 | 62 | 0 | 2 | 372 | 133 | 111 |
| Binary | 10010001 | 1111101 | 11111001 | 101010 | 110010 | 0 | 10 | 11111010 | 1011011 | 1001001 |
Color Harmonies of #917DF9
Complementary color
Monochromatic Colors of #917DF9
Black with #917DF9
Text Example
Text Example
White with #917DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF9; }
p { color: rgb(145,125,249); }
H1.HeaderClassName
{
color: #917DF9;
}
.AnyTagClassName
{
color: #917DF9;
}
</style>
background-color css
<style>
a { background-color: #917DF9; }
a { background-color: rgb(145,125,249); }
div.DivClassName
{
background-color: #917DF9;
}
.BgClassName
{
background-color: #917DF9;
}
</style>
border-color css
<style>
span { border-color: #917DF9; }
span { border-color: rgb(145,125,249); }
td.TdClassName
{
border-color: #917DF9;
}
.TagClassName
{
border-color: #917DF9;
}
</style>