Shades of Light Slate Blue #957FFC
Tints of Light Slate Blue #957FFC
RGB
CMYK
RGB Variations
Color information
#957FFC (or 0x957FFC) is known color: Light Slate Blue. HEX triplet: 95, 7F and FC. RGB value is (149,127,252). Sum of RGB (Red+Green+Blue) = 149+127+252=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #957FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FFC is #6A8003. Grayscale: #939393. Windows color (decimal): -6979588 or 16547733. OLE color: 16547733.
HSL color Cylindrical-coordinate representation of color #957FFC: hue angle of 250.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957FFC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 127 | 252 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.01 |
| HSL | 250.56º | 0.95% | 0.74% | - |
| HSV(B) | 250.56º | 0.5% | 0.99% | - |
| XYZ | 37.55 | 28.6 | 95.64 | - |
| YUV | 147.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 252 | 0.41 | 0.50 | 0 | 0.01 | 250.56 | 0.95 | 0.74 |
| Hex | 95 | 7F | FC | 29 | 32 | 0 | 1 | FB | 5F | 4A |
| Octal | 225 | 177 | 374 | 51 | 62 | 0 | 1 | 373 | 137 | 112 |
| Binary | 10010101 | 1111111 | 11111100 | 101001 | 110010 | 0 | 1 | 11111011 | 1011111 | 1001010 |
Color Harmonies of #957FFC
Complementary color
Monochromatic Colors of #957FFC
Black with #957FFC
Text Example
Text Example
White with #957FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FFC; }
p { color: rgb(149,127,252); }
H1.HeaderClassName
{
color: #957FFC;
}
.AnyTagClassName
{
color: #957FFC;
}
</style>
background-color css
<style>
a { background-color: #957FFC; }
a { background-color: rgb(149,127,252); }
div.DivClassName
{
background-color: #957FFC;
}
.BgClassName
{
background-color: #957FFC;
}
</style>
border-color css
<style>
span { border-color: #957FFC; }
span { border-color: rgb(149,127,252); }
td.TdClassName
{
border-color: #957FFC;
}
.TagClassName
{
border-color: #957FFC;
}
</style>