Shades of Light Slate Blue #995BFC
Tints of Light Slate Blue #995BFC
RGB
CMYK
RGB Variations
Color information
#995BFC (or 0x995BFC) is known color: Light Slate Blue. HEX triplet: 99, 5B and FC. RGB value is (153,91,252). Sum of RGB (Red+Green+Blue) = 153+91+252=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #995BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BFC is #66A403. Grayscale: #7F7F7F. Windows color (decimal): -6726660 or 16538521. OLE color: 16538521.
HSL color Cylindrical-coordinate representation of color #995BFC: hue angle of 263.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995BFC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 91 | 252 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.01 |
| HSL | 263.11º | 0.96% | 0.67% | - |
| HSV(B) | 263.11º | 0.64% | 0.99% | - |
| XYZ | 34.45 | 21.28 | 94.39 | - |
| YUV | 127.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 252 | 0.39 | 0.64 | 0 | 0.01 | 263.11 | 0.96 | 0.67 |
| Hex | 99 | 5B | FC | 27 | 40 | 0 | 1 | 107 | 60 | 43 |
| Octal | 231 | 133 | 374 | 47 | 100 | 0 | 1 | 407 | 140 | 103 |
| Binary | 10011001 | 1011011 | 11111100 | 100111 | 1000000 | 0 | 1 | 100000111 | 1100000 | 1000011 |
Color Harmonies of #995BFC
Complementary color
Monochromatic Colors of #995BFC
Black with #995BFC
Text Example
Text Example
White with #995BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BFC; }
p { color: rgb(153,91,252); }
H1.HeaderClassName
{
color: #995BFC;
}
.AnyTagClassName
{
color: #995BFC;
}
</style>
background-color css
<style>
a { background-color: #995BFC; }
a { background-color: rgb(153,91,252); }
div.DivClassName
{
background-color: #995BFC;
}
.BgClassName
{
background-color: #995BFC;
}
</style>
border-color css
<style>
span { border-color: #995BFC; }
span { border-color: rgb(153,91,252); }
td.TdClassName
{
border-color: #995BFC;
}
.TagClassName
{
border-color: #995BFC;
}
</style>