Shades of Light Slate Blue #955FFD
Tints of Light Slate Blue #955FFD
RGB
CMYK
RGB Variations
Color information
#955FFD (or 0x955FFD) is known color: Light Slate Blue. HEX triplet: 95, 5F and FD. RGB value is (149,95,253). Sum of RGB (Red+Green+Blue) = 149+95+253=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #955FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFD is #6AA002. Grayscale: #808080. Windows color (decimal): -6987779 or 16605077. OLE color: 16605077.
HSL color Cylindrical-coordinate representation of color #955FFD: hue angle of 260.51º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955FFD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 95 | 253 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.01 |
| HSL | 260.51º | 0.98% | 0.68% | - |
| HSV(B) | 260.51º | 0.62% | 0.99% | - |
| XYZ | 34.22 | 21.67 | 95.31 | - |
| YUV | 129.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 253 | 0.41 | 0.62 | 0 | 0.01 | 260.51 | 0.98 | 0.68 |
| Hex | 95 | 5F | FD | 29 | 3E | 0 | 1 | 105 | 62 | 44 |
| Octal | 225 | 137 | 375 | 51 | 76 | 0 | 1 | 405 | 142 | 104 |
| Binary | 10010101 | 1011111 | 11111101 | 101001 | 111110 | 0 | 1 | 100000101 | 1100010 | 1000100 |
Color Harmonies of #955FFD
Complementary color
Monochromatic Colors of #955FFD
Black with #955FFD
Text Example
Text Example
White with #955FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FFD; }
p { color: rgb(149,95,253); }
H1.HeaderClassName
{
color: #955FFD;
}
.AnyTagClassName
{
color: #955FFD;
}
</style>
background-color css
<style>
a { background-color: #955FFD; }
a { background-color: rgb(149,95,253); }
div.DivClassName
{
background-color: #955FFD;
}
.BgClassName
{
background-color: #955FFD;
}
</style>
border-color css
<style>
span { border-color: #955FFD; }
span { border-color: rgb(149,95,253); }
td.TdClassName
{
border-color: #955FFD;
}
.TagClassName
{
border-color: #955FFD;
}
</style>