Shades of Light Slate Blue #958DF2
Tints of Light Slate Blue #958DF2
RGB
CMYK
RGB Variations
Color information
#958DF2 (or 0x958DF2) is known color: Light Slate Blue. HEX triplet: 95, 8D and F2. RGB value is (149,141,242). Sum of RGB (Red+Green+Blue) = 149+141+242=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #958DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF2 is #6A720D. Grayscale: #9A9A9A. Windows color (decimal): -6976014 or 15895957. OLE color: 15895957.
HSL color Cylindrical-coordinate representation of color #958DF2: hue angle of 244.75º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958DF2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 141 | 242 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.05 |
| HSL | 244.75º | 0.8% | 0.75% | - |
| HSV(B) | 244.75º | 0.42% | 0.95% | - |
| XYZ | 37.95 | 31.85 | 88.15 | - |
| YUV | 154.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 242 | 0.38 | 0.42 | 0 | 0.05 | 244.75 | 0.8 | 0.75 |
| Hex | 95 | 8D | F2 | 26 | 2A | 0 | 5 | F5 | 50 | 4B |
| Octal | 225 | 215 | 362 | 46 | 52 | 0 | 5 | 365 | 120 | 113 |
| Binary | 10010101 | 10001101 | 11110010 | 100110 | 101010 | 0 | 101 | 11110101 | 1010000 | 1001011 |
Color Harmonies of #958DF2
Complementary color
Monochromatic Colors of #958DF2
Black with #958DF2
Text Example
Text Example
White with #958DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DF2; }
p { color: rgb(149,141,242); }
H1.HeaderClassName
{
color: #958DF2;
}
.AnyTagClassName
{
color: #958DF2;
}
</style>
background-color css
<style>
a { background-color: #958DF2; }
a { background-color: rgb(149,141,242); }
div.DivClassName
{
background-color: #958DF2;
}
.BgClassName
{
background-color: #958DF2;
}
</style>
border-color css
<style>
span { border-color: #958DF2; }
span { border-color: rgb(149,141,242); }
td.TdClassName
{
border-color: #958DF2;
}
.TagClassName
{
border-color: #958DF2;
}
</style>