Shades of Light Slate Blue #917DF2
Tints of Light Slate Blue #917DF2
RGB
CMYK
RGB Variations
Color information
#917DF2 (or 0x917DF2) is known color: Light Slate Blue. HEX triplet: 91, 7D and F2. RGB value is (145,125,242). Sum of RGB (Red+Green+Blue) = 145+125+242=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #917DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF2 is #6E820D. Grayscale: #8F8F8F. Windows color (decimal): -7242254 or 15891857. OLE color: 15891857.
HSL color Cylindrical-coordinate representation of color #917DF2: hue angle of 250.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917DF2 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 125 | 242 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.05 |
| HSL | 250.26º | 0.82% | 0.72% | - |
| HSV(B) | 250.26º | 0.48% | 0.95% | - |
| XYZ | 35.04 | 27.1 | 87.39 | - |
| YUV | 144.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 242 | 0.40 | 0.48 | 0 | 0.05 | 250.26 | 0.82 | 0.72 |
| Hex | 91 | 7D | F2 | 28 | 30 | 0 | 5 | FA | 52 | 48 |
| Octal | 221 | 175 | 362 | 50 | 60 | 0 | 5 | 372 | 122 | 110 |
| Binary | 10010001 | 1111101 | 11110010 | 101000 | 110000 | 0 | 101 | 11111010 | 1010010 | 1001000 |
Color Harmonies of #917DF2
Complementary color
Monochromatic Colors of #917DF2
Black with #917DF2
Text Example
Text Example
White with #917DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF2; }
p { color: rgb(145,125,242); }
H1.HeaderClassName
{
color: #917DF2;
}
.AnyTagClassName
{
color: #917DF2;
}
</style>
background-color css
<style>
a { background-color: #917DF2; }
a { background-color: rgb(145,125,242); }
div.DivClassName
{
background-color: #917DF2;
}
.BgClassName
{
background-color: #917DF2;
}
</style>
border-color css
<style>
span { border-color: #917DF2; }
span { border-color: rgb(145,125,242); }
td.TdClassName
{
border-color: #917DF2;
}
.TagClassName
{
border-color: #917DF2;
}
</style>