Shades of Light Slate Blue #958FF6
Tints of Light Slate Blue #958FF6
RGB
CMYK
RGB Variations
Color information
#958FF6 (or 0x958FF6) is known color: Light Slate Blue. HEX triplet: 95, 8F and F6. RGB value is (149,143,246). Sum of RGB (Red+Green+Blue) = 149+143+246=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #958FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FF6 is #6A7009. Grayscale: #9C9C9C. Windows color (decimal): -6975498 or 16158613. OLE color: 16158613.
HSL color Cylindrical-coordinate representation of color #958FF6: hue angle of 243.5º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958FF6 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 143 | 246 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.04 |
| HSL | 243.5º | 0.85% | 0.76% | - |
| HSV(B) | 243.5º | 0.42% | 0.96% | - |
| XYZ | 38.85 | 32.69 | 91.45 | - |
| YUV | 156.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 246 | 0.39 | 0.42 | 0 | 0.04 | 243.5 | 0.85 | 0.76 |
| Hex | 95 | 8F | F6 | 27 | 2A | 0 | 4 | F3 | 55 | 4C |
| Octal | 225 | 217 | 366 | 47 | 52 | 0 | 4 | 363 | 125 | 114 |
| Binary | 10010101 | 10001111 | 11110110 | 100111 | 101010 | 0 | 100 | 11110011 | 1010101 | 1001100 |
Color Harmonies of #958FF6
Complementary color
Monochromatic Colors of #958FF6
Black with #958FF6
Text Example
Text Example
White with #958FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FF6; }
p { color: rgb(149,143,246); }
H1.HeaderClassName
{
color: #958FF6;
}
.AnyTagClassName
{
color: #958FF6;
}
</style>
background-color css
<style>
a { background-color: #958FF6; }
a { background-color: rgb(149,143,246); }
div.DivClassName
{
background-color: #958FF6;
}
.BgClassName
{
background-color: #958FF6;
}
</style>
border-color css
<style>
span { border-color: #958FF6; }
span { border-color: rgb(149,143,246); }
td.TdClassName
{
border-color: #958FF6;
}
.TagClassName
{
border-color: #958FF6;
}
</style>