Shades of Light Slate Blue #955AFE
Tints of Light Slate Blue #955AFE
RGB
CMYK
RGB Variations
Color information
#955AFE (or 0x955AFE) is known color: Light Slate Blue. HEX triplet: 95, 5A and FE. RGB value is (149,90,254). Sum of RGB (Red+Green+Blue) = 149+90+254=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #955AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955AFE is #6AA501. Grayscale: #7D7D7D. Windows color (decimal): -6989058 or 16669333. OLE color: 16669333.
HSL color Cylindrical-coordinate representation of color #955AFE: hue angle of 261.59º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #955AFE is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 90 | 254 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.00 |
| HSL | 261.59º | 0.99% | 0.67% | - |
| HSV(B) | 261.59º | 0.65% | 1% | - |
| XYZ | 33.94 | 20.86 | 96 | - |
| YUV | 126.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 254 | 0.41 | 0.65 | 0 | 0.00 | 261.59 | 0.99 | 0.67 |
| Hex | 95 | 5A | FE | 29 | 41 | 0 | 0 | 106 | 63 | 43 |
| Octal | 225 | 132 | 376 | 51 | 101 | 0 | 0 | 406 | 143 | 103 |
| Binary | 10010101 | 1011010 | 11111110 | 101001 | 1000001 | 0 | 0 | 100000110 | 1100011 | 1000011 |
Color Harmonies of #955AFE
Complementary color
Monochromatic Colors of #955AFE
Black with #955AFE
Text Example
Text Example
White with #955AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955AFE; }
p { color: rgb(149,90,254); }
H1.HeaderClassName
{
color: #955AFE;
}
.AnyTagClassName
{
color: #955AFE;
}
</style>
background-color css
<style>
a { background-color: #955AFE; }
a { background-color: rgb(149,90,254); }
div.DivClassName
{
background-color: #955AFE;
}
.BgClassName
{
background-color: #955AFE;
}
</style>
border-color css
<style>
span { border-color: #955AFE; }
span { border-color: rgb(149,90,254); }
td.TdClassName
{
border-color: #955AFE;
}
.TagClassName
{
border-color: #955AFE;
}
</style>