Shades of Light Slate Blue #955AFB
Tints of Light Slate Blue #955AFB
RGB
CMYK
RGB Variations
Color information
#955AFB (or 0x955AFB) is known color: Light Slate Blue. HEX triplet: 95, 5A and FB. RGB value is (149,90,251). Sum of RGB (Red+Green+Blue) = 149+90+251=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #955AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955AFB is #6AA504. Grayscale: #7D7D7D. Windows color (decimal): -6989061 or 16472725. OLE color: 16472725.
HSL color Cylindrical-coordinate representation of color #955AFB: hue angle of 261.99º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955AFB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 90 | 251 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.02 |
| HSL | 261.99º | 0.95% | 0.67% | - |
| HSV(B) | 261.99º | 0.64% | 0.98% | - |
| XYZ | 33.46 | 20.67 | 93.49 | - |
| YUV | 126 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 251 | 0.41 | 0.64 | 0 | 0.02 | 261.99 | 0.95 | 0.67 |
| Hex | 95 | 5A | FB | 29 | 40 | 0 | 2 | 106 | 5F | 43 |
| Octal | 225 | 132 | 373 | 51 | 100 | 0 | 2 | 406 | 137 | 103 |
| Binary | 10010101 | 1011010 | 11111011 | 101001 | 1000000 | 0 | 10 | 100000110 | 1011111 | 1000011 |
Color Harmonies of #955AFB
Complementary color
Monochromatic Colors of #955AFB
Black with #955AFB
Text Example
Text Example
White with #955AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AFB; }
p { color: rgb(149,90,251); }
H1.HeaderClassName
{
color: #955AFB;
}
.AnyTagClassName
{
color: #955AFB;
}
</style>
background-color css
<style>
a { background-color: #955AFB; }
a { background-color: rgb(149,90,251); }
div.DivClassName
{
background-color: #955AFB;
}
.BgClassName
{
background-color: #955AFB;
}
</style>
border-color css
<style>
span { border-color: #955AFB; }
span { border-color: rgb(149,90,251); }
td.TdClassName
{
border-color: #955AFB;
}
.TagClassName
{
border-color: #955AFB;
}
</style>