Shades of Light Slate Blue #917DF3
Tints of Light Slate Blue #917DF3
RGB
CMYK
RGB Variations
Color information
#917DF3 (or 0x917DF3) is known color: Light Slate Blue. HEX triplet: 91, 7D and F3. RGB value is (145,125,243). Sum of RGB (Red+Green+Blue) = 145+125+243=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #917DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF3 is #6E820C. Grayscale: #8F8F8F. Windows color (decimal): -7242253 or 15957393. OLE color: 15957393.
HSL color Cylindrical-coordinate representation of color #917DF3: hue angle of 250.17º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917DF3 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 125 | 243 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.05 |
| HSL | 250.17º | 0.83% | 0.72% | - |
| HSV(B) | 250.17º | 0.49% | 0.95% | - |
| XYZ | 35.19 | 27.16 | 88.18 | - |
| YUV | 144.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 243 | 0.40 | 0.49 | 0 | 0.05 | 250.17 | 0.83 | 0.72 |
| Hex | 91 | 7D | F3 | 28 | 31 | 0 | 5 | FA | 53 | 48 |
| Octal | 221 | 175 | 363 | 50 | 61 | 0 | 5 | 372 | 123 | 110 |
| Binary | 10010001 | 1111101 | 11110011 | 101000 | 110001 | 0 | 101 | 11111010 | 1010011 | 1001000 |
Color Harmonies of #917DF3
Complementary color
Monochromatic Colors of #917DF3
Black with #917DF3
Text Example
Text Example
White with #917DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF3; }
p { color: rgb(145,125,243); }
H1.HeaderClassName
{
color: #917DF3;
}
.AnyTagClassName
{
color: #917DF3;
}
</style>
background-color css
<style>
a { background-color: #917DF3; }
a { background-color: rgb(145,125,243); }
div.DivClassName
{
background-color: #917DF3;
}
.BgClassName
{
background-color: #917DF3;
}
</style>
border-color css
<style>
span { border-color: #917DF3; }
span { border-color: rgb(145,125,243); }
td.TdClassName
{
border-color: #917DF3;
}
.TagClassName
{
border-color: #917DF3;
}
</style>