Shades of Light Slate Blue #958BFD
Tints of Light Slate Blue #958BFD
RGB
CMYK
RGB Variations
Color information
#958BFD (or 0x958BFD) is known color: Light Slate Blue. HEX triplet: 95, 8B and FD. RGB value is (149,139,253). Sum of RGB (Red+Green+Blue) = 149+139+253=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #958BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BFD is #6A7402. Grayscale: #9A9A9A. Windows color (decimal): -6976515 or 16616341. OLE color: 16616341.
HSL color Cylindrical-coordinate representation of color #958BFD: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958BFD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 139 | 253 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.01 |
| HSL | 245.26º | 0.97% | 0.77% | - |
| HSV(B) | 245.26º | 0.45% | 0.99% | - |
| XYZ | 39.36 | 31.95 | 97.02 | - |
| YUV | 154.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 253 | 0.41 | 0.45 | 0 | 0.01 | 245.26 | 0.97 | 0.77 |
| Hex | 95 | 8B | FD | 29 | 2D | 0 | 1 | F5 | 61 | 4D |
| Octal | 225 | 213 | 375 | 51 | 55 | 0 | 1 | 365 | 141 | 115 |
| Binary | 10010101 | 10001011 | 11111101 | 101001 | 101101 | 0 | 1 | 11110101 | 1100001 | 1001101 |
Color Harmonies of #958BFD
Complementary color
Monochromatic Colors of #958BFD
Black with #958BFD
Text Example
Text Example
White with #958BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BFD; }
p { color: rgb(149,139,253); }
H1.HeaderClassName
{
color: #958BFD;
}
.AnyTagClassName
{
color: #958BFD;
}
</style>
background-color css
<style>
a { background-color: #958BFD; }
a { background-color: rgb(149,139,253); }
div.DivClassName
{
background-color: #958BFD;
}
.BgClassName
{
background-color: #958BFD;
}
</style>
border-color css
<style>
span { border-color: #958BFD; }
span { border-color: rgb(149,139,253); }
td.TdClassName
{
border-color: #958BFD;
}
.TagClassName
{
border-color: #958BFD;
}
</style>