Shades of Light Slate Blue #958FFC
Tints of Light Slate Blue #958FFC
RGB
CMYK
RGB Variations
Color information
#958FFC (or 0x958FFC) is known color: Light Slate Blue. HEX triplet: 95, 8F and FC. RGB value is (149,143,252). Sum of RGB (Red+Green+Blue) = 149+143+252=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #958FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FFC is #6A7003. Grayscale: #9C9C9C. Windows color (decimal): -6975492 or 16551829. OLE color: 16551829.
HSL color Cylindrical-coordinate representation of color #958FFC: hue angle of 243.3º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958FFC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 143 | 252 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.01 |
| HSL | 243.3º | 0.95% | 0.77% | - |
| HSV(B) | 243.3º | 0.43% | 0.99% | - |
| XYZ | 39.79 | 33.06 | 96.38 | - |
| YUV | 157.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 252 | 0.41 | 0.43 | 0 | 0.01 | 243.3 | 0.95 | 0.77 |
| Hex | 95 | 8F | FC | 29 | 2B | 0 | 1 | F3 | 5F | 4D |
| Octal | 225 | 217 | 374 | 51 | 53 | 0 | 1 | 363 | 137 | 115 |
| Binary | 10010101 | 10001111 | 11111100 | 101001 | 101011 | 0 | 1 | 11110011 | 1011111 | 1001101 |
Color Harmonies of #958FFC
Complementary color
Monochromatic Colors of #958FFC
Black with #958FFC
Text Example
Text Example
White with #958FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FFC; }
p { color: rgb(149,143,252); }
H1.HeaderClassName
{
color: #958FFC;
}
.AnyTagClassName
{
color: #958FFC;
}
</style>
background-color css
<style>
a { background-color: #958FFC; }
a { background-color: rgb(149,143,252); }
div.DivClassName
{
background-color: #958FFC;
}
.BgClassName
{
background-color: #958FFC;
}
</style>
border-color css
<style>
span { border-color: #958FFC; }
span { border-color: rgb(149,143,252); }
td.TdClassName
{
border-color: #958FFC;
}
.TagClassName
{
border-color: #958FFC;
}
</style>