Shades of Light Slate Blue #958BF2
Tints of Light Slate Blue #958BF2
RGB
CMYK
RGB Variations
Color information
#958BF2 (or 0x958BF2) is known color: Light Slate Blue. HEX triplet: 95, 8B and F2. RGB value is (149,139,242). Sum of RGB (Red+Green+Blue) = 149+139+242=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #958BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BF2 is #6A740D. Grayscale: #999999. Windows color (decimal): -6976526 or 15895445. OLE color: 15895445.
HSL color Cylindrical-coordinate representation of color #958BF2: hue angle of 245.83º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958BF2 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 139 | 242 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.05 |
| HSL | 245.83º | 0.8% | 0.75% | - |
| HSV(B) | 245.83º | 0.43% | 0.95% | - |
| XYZ | 37.65 | 31.27 | 88.05 | - |
| YUV | 153.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 242 | 0.38 | 0.43 | 0 | 0.05 | 245.83 | 0.8 | 0.75 |
| Hex | 95 | 8B | F2 | 26 | 2B | 0 | 5 | F6 | 50 | 4B |
| Octal | 225 | 213 | 362 | 46 | 53 | 0 | 5 | 366 | 120 | 113 |
| Binary | 10010101 | 10001011 | 11110010 | 100110 | 101011 | 0 | 101 | 11110110 | 1010000 | 1001011 |
Color Harmonies of #958BF2
Complementary color
Monochromatic Colors of #958BF2
Black with #958BF2
Text Example
Text Example
White with #958BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BF2; }
p { color: rgb(149,139,242); }
H1.HeaderClassName
{
color: #958BF2;
}
.AnyTagClassName
{
color: #958BF2;
}
</style>
background-color css
<style>
a { background-color: #958BF2; }
a { background-color: rgb(149,139,242); }
div.DivClassName
{
background-color: #958BF2;
}
.BgClassName
{
background-color: #958BF2;
}
</style>
border-color css
<style>
span { border-color: #958BF2; }
span { border-color: rgb(149,139,242); }
td.TdClassName
{
border-color: #958BF2;
}
.TagClassName
{
border-color: #958BF2;
}
</style>