Shades of Light Slate Blue #955FFC
Tints of Light Slate Blue #955FFC
RGB
CMYK
RGB Variations
Color information
#955FFC (or 0x955FFC) is known color: Light Slate Blue. HEX triplet: 95, 5F and FC. RGB value is (149,95,252). Sum of RGB (Red+Green+Blue) = 149+95+252=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #955FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFC is #6AA003. Grayscale: #808080. Windows color (decimal): -6987780 or 16539541. OLE color: 16539541.
HSL color Cylindrical-coordinate representation of color #955FFC: hue angle of 260.64º degrees, saturation: 0.96, 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 #955FFC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 95 | 252 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.01 |
| HSL | 260.64º | 0.96% | 0.68% | - |
| HSV(B) | 260.64º | 0.62% | 0.99% | - |
| XYZ | 34.06 | 21.6 | 94.47 | - |
| YUV | 129.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 252 | 0.41 | 0.62 | 0 | 0.01 | 260.64 | 0.96 | 0.68 |
| Hex | 95 | 5F | FC | 29 | 3E | 0 | 1 | 105 | 60 | 44 |
| Octal | 225 | 137 | 374 | 51 | 76 | 0 | 1 | 405 | 140 | 104 |
| Binary | 10010101 | 1011111 | 11111100 | 101001 | 111110 | 0 | 1 | 100000101 | 1100000 | 1000100 |
Color Harmonies of #955FFC
Complementary color
Monochromatic Colors of #955FFC
Black with #955FFC
Text Example
Text Example
White with #955FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FFC; }
p { color: rgb(149,95,252); }
H1.HeaderClassName
{
color: #955FFC;
}
.AnyTagClassName
{
color: #955FFC;
}
</style>
background-color css
<style>
a { background-color: #955FFC; }
a { background-color: rgb(149,95,252); }
div.DivClassName
{
background-color: #955FFC;
}
.BgClassName
{
background-color: #955FFC;
}
</style>
border-color css
<style>
span { border-color: #955FFC; }
span { border-color: rgb(149,95,252); }
td.TdClassName
{
border-color: #955FFC;
}
.TagClassName
{
border-color: #955FFC;
}
</style>