Shades of Light Slate Blue #995BFA
Tints of Light Slate Blue #995BFA
RGB
CMYK
RGB Variations
Color information
#995BFA (or 0x995BFA) is known color: Light Slate Blue. HEX triplet: 99, 5B and FA. RGB value is (153,91,250). Sum of RGB (Red+Green+Blue) = 153+91+250=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #995BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BFA is #66A405. Grayscale: #7F7F7F. Windows color (decimal): -6726662 or 16407449. OLE color: 16407449.
HSL color Cylindrical-coordinate representation of color #995BFA: hue angle of 263.4º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995BFA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 91 | 250 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.02 |
| HSL | 263.4º | 0.94% | 0.67% | - |
| HSV(B) | 263.4º | 0.64% | 0.98% | - |
| XYZ | 34.13 | 21.16 | 92.73 | - |
| YUV | 127.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 250 | 0.39 | 0.64 | 0 | 0.02 | 263.4 | 0.94 | 0.67 |
| Hex | 99 | 5B | FA | 27 | 40 | 0 | 2 | 107 | 5E | 43 |
| Octal | 231 | 133 | 372 | 47 | 100 | 0 | 2 | 407 | 136 | 103 |
| Binary | 10011001 | 1011011 | 11111010 | 100111 | 1000000 | 0 | 10 | 100000111 | 1011110 | 1000011 |
Color Harmonies of #995BFA
Complementary color
Monochromatic Colors of #995BFA
Black with #995BFA
Text Example
Text Example
White with #995BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BFA; }
p { color: rgb(153,91,250); }
H1.HeaderClassName
{
color: #995BFA;
}
.AnyTagClassName
{
color: #995BFA;
}
</style>
background-color css
<style>
a { background-color: #995BFA; }
a { background-color: rgb(153,91,250); }
div.DivClassName
{
background-color: #995BFA;
}
.BgClassName
{
background-color: #995BFA;
}
</style>
border-color css
<style>
span { border-color: #995BFA; }
span { border-color: rgb(153,91,250); }
td.TdClassName
{
border-color: #995BFA;
}
.TagClassName
{
border-color: #995BFA;
}
</style>