Shades of Light Slate Blue #955FFB
Tints of Light Slate Blue #955FFB
RGB
CMYK
RGB Variations
Color information
#955FFB (or 0x955FFB) is known color: Light Slate Blue. HEX triplet: 95, 5F and FB. RGB value is (149,95,251). Sum of RGB (Red+Green+Blue) = 149+95+251=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #955FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFB is #6AA004. Grayscale: #808080. Windows color (decimal): -6987781 or 16474005. OLE color: 16474005.
HSL color Cylindrical-coordinate representation of color #955FFB: hue angle of 260.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955FFB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 95 | 251 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.02 |
| HSL | 260.77º | 0.95% | 0.68% | - |
| HSV(B) | 260.77º | 0.62% | 0.98% | - |
| XYZ | 33.9 | 21.54 | 93.64 | - |
| YUV | 128.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 251 | 0.41 | 0.62 | 0 | 0.02 | 260.77 | 0.95 | 0.68 |
| Hex | 95 | 5F | FB | 29 | 3E | 0 | 2 | 105 | 5F | 44 |
| Octal | 225 | 137 | 373 | 51 | 76 | 0 | 2 | 405 | 137 | 104 |
| Binary | 10010101 | 1011111 | 11111011 | 101001 | 111110 | 0 | 10 | 100000101 | 1011111 | 1000100 |
Color Harmonies of #955FFB
Complementary color
Monochromatic Colors of #955FFB
Black with #955FFB
Text Example
Text Example
White with #955FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FFB; }
p { color: rgb(149,95,251); }
H1.HeaderClassName
{
color: #955FFB;
}
.AnyTagClassName
{
color: #955FFB;
}
</style>
background-color css
<style>
a { background-color: #955FFB; }
a { background-color: rgb(149,95,251); }
div.DivClassName
{
background-color: #955FFB;
}
.BgClassName
{
background-color: #955FFB;
}
</style>
border-color css
<style>
span { border-color: #955FFB; }
span { border-color: rgb(149,95,251); }
td.TdClassName
{
border-color: #955FFB;
}
.TagClassName
{
border-color: #955FFB;
}
</style>