Shades of Light Slate Blue #957EFC
Tints of Light Slate Blue #957EFC
RGB
CMYK
RGB Variations
Color information
#957EFC (or 0x957EFC) is known color: Light Slate Blue. HEX triplet: 95, 7E and FC. RGB value is (149,126,252). Sum of RGB (Red+Green+Blue) = 149+126+252=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #957EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EFC is #6A8103. Grayscale: #929292. Windows color (decimal): -6979844 or 16547477. OLE color: 16547477.
HSL color Cylindrical-coordinate representation of color #957EFC: hue angle of 250.95º 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 #957EFC is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 126 | 252 | - |
| CMYK | 0.41 | 0.5 | 0 | 0.01 |
| HSL | 250.95º | 0.95% | 0.74% | - |
| HSV(B) | 250.95º | 0.5% | 0.99% | - |
| XYZ | 37.43 | 28.34 | 95.59 | - |
| YUV | 147.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 252 | 0.41 | 0.5 | 0 | 0.01 | 250.95 | 0.95 | 0.74 |
| Hex | 95 | 7E | FC | 29 | 32 | 0 | 1 | FB | 5F | 4A |
| Octal | 225 | 176 | 374 | 51 | 62 | 0 | 1 | 373 | 137 | 112 |
| Binary | 10010101 | 1111110 | 11111100 | 101001 | 110010 | 0 | 1 | 11111011 | 1011111 | 1001010 |
Color Harmonies of #957EFC
Complementary color
Monochromatic Colors of #957EFC
Black with #957EFC
Text Example
Text Example
White with #957EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EFC; }
p { color: rgb(149,126,252); }
H1.HeaderClassName
{
color: #957EFC;
}
.AnyTagClassName
{
color: #957EFC;
}
</style>
background-color css
<style>
a { background-color: #957EFC; }
a { background-color: rgb(149,126,252); }
div.DivClassName
{
background-color: #957EFC;
}
.BgClassName
{
background-color: #957EFC;
}
</style>
border-color css
<style>
span { border-color: #957EFC; }
span { border-color: rgb(149,126,252); }
td.TdClassName
{
border-color: #957EFC;
}
.TagClassName
{
border-color: #957EFC;
}
</style>