Shades of Light Slate Blue #958CF2
Tints of Light Slate Blue #958CF2
RGB
CMYK
RGB Variations
Color information
#958CF2 (or 0x958CF2) is known color: Light Slate Blue. HEX triplet: 95, 8C and F2. RGB value is (149,140,242). Sum of RGB (Red+Green+Blue) = 149+140+242=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #958CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CF2 is #6A730D. Grayscale: #999999. Windows color (decimal): -6976270 or 15895701. OLE color: 15895701.
HSL color Cylindrical-coordinate representation of color #958CF2: hue angle of 245.29º 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 #958CF2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 140 | 242 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.05 |
| HSL | 245.29º | 0.8% | 0.75% | - |
| HSV(B) | 245.29º | 0.42% | 0.95% | - |
| XYZ | 37.8 | 31.56 | 88.1 | - |
| YUV | 154.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 242 | 0.38 | 0.42 | 0 | 0.05 | 245.29 | 0.8 | 0.75 |
| Hex | 95 | 8C | F2 | 26 | 2A | 0 | 5 | F5 | 50 | 4B |
| Octal | 225 | 214 | 362 | 46 | 52 | 0 | 5 | 365 | 120 | 113 |
| Binary | 10010101 | 10001100 | 11110010 | 100110 | 101010 | 0 | 101 | 11110101 | 1010000 | 1001011 |
Color Harmonies of #958CF2
Complementary color
Monochromatic Colors of #958CF2
Black with #958CF2
Text Example
Text Example
White with #958CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CF2; }
p { color: rgb(149,140,242); }
H1.HeaderClassName
{
color: #958CF2;
}
.AnyTagClassName
{
color: #958CF2;
}
</style>
background-color css
<style>
a { background-color: #958CF2; }
a { background-color: rgb(149,140,242); }
div.DivClassName
{
background-color: #958CF2;
}
.BgClassName
{
background-color: #958CF2;
}
</style>
border-color css
<style>
span { border-color: #958CF2; }
span { border-color: rgb(149,140,242); }
td.TdClassName
{
border-color: #958CF2;
}
.TagClassName
{
border-color: #958CF2;
}
</style>