Shades of Light Slate Blue #917DF0
Tints of Light Slate Blue #917DF0
RGB
CMYK
RGB Variations
Color information
#917DF0 (or 0x917DF0) is known color: Light Slate Blue. HEX triplet: 91, 7D and F0. RGB value is (145,125,240). Sum of RGB (Red+Green+Blue) = 145+125+240=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #917DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF0 is #6E820F. Grayscale: #8F8F8F. Windows color (decimal): -7242256 or 15760785. OLE color: 15760785.
HSL color Cylindrical-coordinate representation of color #917DF0: hue angle of 250.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917DF0 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 125 | 240 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.06 |
| HSL | 250.43º | 0.79% | 0.72% | - |
| HSV(B) | 250.43º | 0.48% | 0.94% | - |
| XYZ | 34.74 | 26.98 | 85.81 | - |
| YUV | 144.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 240 | 0.40 | 0.48 | 0 | 0.06 | 250.43 | 0.79 | 0.72 |
| Hex | 91 | 7D | F0 | 28 | 30 | 0 | 6 | FA | 4F | 48 |
| Octal | 221 | 175 | 360 | 50 | 60 | 0 | 6 | 372 | 117 | 110 |
| Binary | 10010001 | 1111101 | 11110000 | 101000 | 110000 | 0 | 110 | 11111010 | 1001111 | 1001000 |
Color Harmonies of #917DF0
Complementary color
Monochromatic Colors of #917DF0
Black with #917DF0
Text Example
Text Example
White with #917DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF0; }
p { color: rgb(145,125,240); }
H1.HeaderClassName
{
color: #917DF0;
}
.AnyTagClassName
{
color: #917DF0;
}
</style>
background-color css
<style>
a { background-color: #917DF0; }
a { background-color: rgb(145,125,240); }
div.DivClassName
{
background-color: #917DF0;
}
.BgClassName
{
background-color: #917DF0;
}
</style>
border-color css
<style>
span { border-color: #917DF0; }
span { border-color: rgb(145,125,240); }
td.TdClassName
{
border-color: #917DF0;
}
.TagClassName
{
border-color: #917DF0;
}
</style>