Shades of Light Slate Blue #958FF9
Tints of Light Slate Blue #958FF9
RGB
CMYK
RGB Variations
Color information
#958FF9 (or 0x958FF9) is known color: Light Slate Blue. HEX triplet: 95, 8F and F9. RGB value is (149,143,249). Sum of RGB (Red+Green+Blue) = 149+143+249=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #958FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FF9 is #6A7006. Grayscale: #9C9C9C. Windows color (decimal): -6975495 or 16355221. OLE color: 16355221.
HSL color Cylindrical-coordinate representation of color #958FF9: hue angle of 243.4º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958FF9 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 143 | 249 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.02 |
| HSL | 243.4º | 0.9% | 0.77% | - |
| HSV(B) | 243.4º | 0.43% | 0.98% | - |
| XYZ | 39.32 | 32.87 | 93.9 | - |
| YUV | 156.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 249 | 0.40 | 0.43 | 0 | 0.02 | 243.4 | 0.9 | 0.77 |
| Hex | 95 | 8F | F9 | 28 | 2B | 0 | 2 | F3 | 5A | 4D |
| Octal | 225 | 217 | 371 | 50 | 53 | 0 | 2 | 363 | 132 | 115 |
| Binary | 10010101 | 10001111 | 11111001 | 101000 | 101011 | 0 | 10 | 11110011 | 1011010 | 1001101 |
Color Harmonies of #958FF9
Complementary color
Monochromatic Colors of #958FF9
Black with #958FF9
Text Example
Text Example
White with #958FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FF9; }
p { color: rgb(149,143,249); }
H1.HeaderClassName
{
color: #958FF9;
}
.AnyTagClassName
{
color: #958FF9;
}
</style>
background-color css
<style>
a { background-color: #958FF9; }
a { background-color: rgb(149,143,249); }
div.DivClassName
{
background-color: #958FF9;
}
.BgClassName
{
background-color: #958FF9;
}
</style>
border-color css
<style>
span { border-color: #958FF9; }
span { border-color: rgb(149,143,249); }
td.TdClassName
{
border-color: #958FF9;
}
.TagClassName
{
border-color: #958FF9;
}
</style>