Shades of Light Slate Blue #958CFD
Tints of Light Slate Blue #958CFD
RGB
CMYK
RGB Variations
Color information
#958CFD (or 0x958CFD) is known color: Light Slate Blue. HEX triplet: 95, 8C and FD. RGB value is (149,140,253). Sum of RGB (Red+Green+Blue) = 149+140+253=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #958CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CFD is #6A7302. Grayscale: #9B9B9B. Windows color (decimal): -6976259 or 16616597. OLE color: 16616597.
HSL color Cylindrical-coordinate representation of color #958CFD: hue angle of 244.78º 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 #958CFD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 140 | 253 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.01 |
| HSL | 244.78º | 0.97% | 0.77% | - |
| HSV(B) | 244.78º | 0.45% | 0.99% | - |
| XYZ | 39.5 | 32.24 | 97.07 | - |
| YUV | 155.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 253 | 0.41 | 0.45 | 0 | 0.01 | 244.78 | 0.97 | 0.77 |
| Hex | 95 | 8C | FD | 29 | 2D | 0 | 1 | F5 | 61 | 4D |
| Octal | 225 | 214 | 375 | 51 | 55 | 0 | 1 | 365 | 141 | 115 |
| Binary | 10010101 | 10001100 | 11111101 | 101001 | 101101 | 0 | 1 | 11110101 | 1100001 | 1001101 |
Color Harmonies of #958CFD
Complementary color
Monochromatic Colors of #958CFD
Black with #958CFD
Text Example
Text Example
White with #958CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CFD; }
p { color: rgb(149,140,253); }
H1.HeaderClassName
{
color: #958CFD;
}
.AnyTagClassName
{
color: #958CFD;
}
</style>
background-color css
<style>
a { background-color: #958CFD; }
a { background-color: rgb(149,140,253); }
div.DivClassName
{
background-color: #958CFD;
}
.BgClassName
{
background-color: #958CFD;
}
</style>
border-color css
<style>
span { border-color: #958CFD; }
span { border-color: rgb(149,140,253); }
td.TdClassName
{
border-color: #958CFD;
}
.TagClassName
{
border-color: #958CFD;
}
</style>