Shades of Light Slate Blue #958DF9
Tints of Light Slate Blue #958DF9
RGB
CMYK
RGB Variations
Color information
#958DF9 (or 0x958DF9) is known color: Light Slate Blue. HEX triplet: 95, 8D and F9. RGB value is (149,141,249). Sum of RGB (Red+Green+Blue) = 149+141+249=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #958DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF9 is #6A7206. Grayscale: #9B9B9B. Windows color (decimal): -6976007 or 16354709. OLE color: 16354709.
HSL color Cylindrical-coordinate representation of color #958DF9: hue angle of 244.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958DF9 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 141 | 249 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.02 |
| HSL | 244.44º | 0.9% | 0.76% | - |
| HSV(B) | 244.44º | 0.43% | 0.98% | - |
| XYZ | 39.02 | 32.28 | 93.8 | - |
| YUV | 155.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 249 | 0.40 | 0.43 | 0 | 0.02 | 244.44 | 0.9 | 0.76 |
| Hex | 95 | 8D | F9 | 28 | 2B | 0 | 2 | F4 | 5A | 4C |
| Octal | 225 | 215 | 371 | 50 | 53 | 0 | 2 | 364 | 132 | 114 |
| Binary | 10010101 | 10001101 | 11111001 | 101000 | 101011 | 0 | 10 | 11110100 | 1011010 | 1001100 |
Color Harmonies of #958DF9
Complementary color
Monochromatic Colors of #958DF9
Black with #958DF9
Text Example
Text Example
White with #958DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DF9; }
p { color: rgb(149,141,249); }
H1.HeaderClassName
{
color: #958DF9;
}
.AnyTagClassName
{
color: #958DF9;
}
</style>
background-color css
<style>
a { background-color: #958DF9; }
a { background-color: rgb(149,141,249); }
div.DivClassName
{
background-color: #958DF9;
}
.BgClassName
{
background-color: #958DF9;
}
</style>
border-color css
<style>
span { border-color: #958DF9; }
span { border-color: rgb(149,141,249); }
td.TdClassName
{
border-color: #958DF9;
}
.TagClassName
{
border-color: #958DF9;
}
</style>