Shades of Light Slate Blue #958CFF
Tints of Light Slate Blue #958CFF
RGB
CMYK
RGB Variations
Color information
#958CFF (or 0x958CFF) is known color: Light Slate Blue. HEX triplet: 95, 8C and FF. RGB value is (149,140,255). Sum of RGB (Red+Green+Blue) = 149+140+255=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #958CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CFF is #6A7300. Grayscale: #9B9B9B. Windows color (decimal): -6976257 or 16747669. OLE color: 16747669.
HSL color Cylindrical-coordinate representation of color #958CFF: hue angle of 244.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958CFF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 140 | 255 | - |
| CMYK | 0.42 | 0.45 | 0 | 0 |
| HSL | 244.7º | 1% | 0.77% | - |
| HSV(B) | 244.7º | 0.45% | 1% | - |
| XYZ | 39.82 | 32.37 | 98.76 | - |
| YUV | 155.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 255 | 0.42 | 0.45 | 0 | 0 | 244.7 | 1 | 0.77 |
| Hex | 95 | 8C | FF | 2A | 2D | 0 | 0 | F5 | 64 | 4D |
| Octal | 225 | 214 | 377 | 52 | 55 | 0 | 0 | 365 | 144 | 115 |
| Binary | 10010101 | 10001100 | 11111111 | 101010 | 101101 | 0 | 0 | 11110101 | 1100100 | 1001101 |
Color Harmonies of #958CFF
Complementary color
Monochromatic Colors of #958CFF
Black with #958CFF
Text Example
Text Example
White with #958CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CFF; }
p { color: rgb(149,140,255); }
H1.HeaderClassName
{
color: #958CFF;
}
.AnyTagClassName
{
color: #958CFF;
}
</style>
background-color css
<style>
a { background-color: #958CFF; }
a { background-color: rgb(149,140,255); }
div.DivClassName
{
background-color: #958CFF;
}
.BgClassName
{
background-color: #958CFF;
}
</style>
border-color css
<style>
span { border-color: #958CFF; }
span { border-color: rgb(149,140,255); }
td.TdClassName
{
border-color: #958CFF;
}
.TagClassName
{
border-color: #958CFF;
}
</style>