Shades of Light Slate Blue #958AF2
Tints of Light Slate Blue #958AF2
RGB
CMYK
RGB Variations
Color information
#958AF2 (or 0x958AF2) is known color: Light Slate Blue. HEX triplet: 95, 8A and F2. RGB value is (149,138,242). Sum of RGB (Red+Green+Blue) = 149+138+242=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #958AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AF2 is #6A750D. Grayscale: #989898. Windows color (decimal): -6976782 or 15895189. OLE color: 15895189.
HSL color Cylindrical-coordinate representation of color #958AF2: hue angle of 246.35º 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 #958AF2 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 138 | 242 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.05 |
| HSL | 246.35º | 0.8% | 0.75% | - |
| HSV(B) | 246.35º | 0.43% | 0.95% | - |
| XYZ | 37.51 | 30.98 | 88.01 | - |
| YUV | 153.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 242 | 0.38 | 0.43 | 0 | 0.05 | 246.35 | 0.8 | 0.75 |
| Hex | 95 | 8A | F2 | 26 | 2B | 0 | 5 | F6 | 50 | 4B |
| Octal | 225 | 212 | 362 | 46 | 53 | 0 | 5 | 366 | 120 | 113 |
| Binary | 10010101 | 10001010 | 11110010 | 100110 | 101011 | 0 | 101 | 11110110 | 1010000 | 1001011 |
Color Harmonies of #958AF2
Complementary color
Monochromatic Colors of #958AF2
Black with #958AF2
Text Example
Text Example
White with #958AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AF2; }
p { color: rgb(149,138,242); }
H1.HeaderClassName
{
color: #958AF2;
}
.AnyTagClassName
{
color: #958AF2;
}
</style>
background-color css
<style>
a { background-color: #958AF2; }
a { background-color: rgb(149,138,242); }
div.DivClassName
{
background-color: #958AF2;
}
.BgClassName
{
background-color: #958AF2;
}
</style>
border-color css
<style>
span { border-color: #958AF2; }
span { border-color: rgb(149,138,242); }
td.TdClassName
{
border-color: #958AF2;
}
.TagClassName
{
border-color: #958AF2;
}
</style>