Shades of Light Slate Blue #957BFE
Tints of Light Slate Blue #957BFE
RGB
CMYK
RGB Variations
Color information
#957BFE (or 0x957BFE) is known color: Light Slate Blue. HEX triplet: 95, 7B and FE. RGB value is (149,123,254). Sum of RGB (Red+Green+Blue) = 149+123+254=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #957BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BFE is #6A8401. Grayscale: #919191. Windows color (decimal): -6980610 or 16677781. OLE color: 16677781.
HSL color Cylindrical-coordinate representation of color #957BFE: hue angle of 251.91º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957BFE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 123 | 254 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.00 |
| HSL | 251.91º | 0.98% | 0.74% | - |
| HSV(B) | 251.91º | 0.52% | 1% | - |
| XYZ | 37.37 | 27.71 | 97.15 | - |
| YUV | 145.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 254 | 0.41 | 0.52 | 0 | 0.00 | 251.91 | 0.98 | 0.74 |
| Hex | 95 | 7B | FE | 29 | 34 | 0 | 0 | FC | 62 | 4A |
| Octal | 225 | 173 | 376 | 51 | 64 | 0 | 0 | 374 | 142 | 112 |
| Binary | 10010101 | 1111011 | 11111110 | 101001 | 110100 | 0 | 0 | 11111100 | 1100010 | 1001010 |
Color Harmonies of #957BFE
Complementary color
Monochromatic Colors of #957BFE
Black with #957BFE
Text Example
Text Example
White with #957BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BFE; }
p { color: rgb(149,123,254); }
H1.HeaderClassName
{
color: #957BFE;
}
.AnyTagClassName
{
color: #957BFE;
}
</style>
background-color css
<style>
a { background-color: #957BFE; }
a { background-color: rgb(149,123,254); }
div.DivClassName
{
background-color: #957BFE;
}
.BgClassName
{
background-color: #957BFE;
}
</style>
border-color css
<style>
span { border-color: #957BFE; }
span { border-color: rgb(149,123,254); }
td.TdClassName
{
border-color: #957BFE;
}
.TagClassName
{
border-color: #957BFE;
}
</style>