Shades of Light Slate Blue #995BFB
Tints of Light Slate Blue #995BFB
RGB
CMYK
RGB Variations
Color information
#995BFB (or 0x995BFB) is known color: Light Slate Blue. HEX triplet: 99, 5B and FB. RGB value is (153,91,251). Sum of RGB (Red+Green+Blue) = 153+91+251=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #995BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BFB is #66A404. Grayscale: #7F7F7F. Windows color (decimal): -6726661 or 16472985. OLE color: 16472985.
HSL color Cylindrical-coordinate representation of color #995BFB: hue angle of 263.25º degrees, saturation: 0.95, 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 #995BFB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 91 | 251 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.02 |
| HSL | 263.25º | 0.95% | 0.67% | - |
| HSV(B) | 263.25º | 0.64% | 0.98% | - |
| XYZ | 34.29 | 21.22 | 93.56 | - |
| YUV | 127.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 251 | 0.39 | 0.64 | 0 | 0.02 | 263.25 | 0.95 | 0.67 |
| Hex | 99 | 5B | FB | 27 | 40 | 0 | 2 | 107 | 5F | 43 |
| Octal | 231 | 133 | 373 | 47 | 100 | 0 | 2 | 407 | 137 | 103 |
| Binary | 10011001 | 1011011 | 11111011 | 100111 | 1000000 | 0 | 10 | 100000111 | 1011111 | 1000011 |
Color Harmonies of #995BFB
Complementary color
Monochromatic Colors of #995BFB
Black with #995BFB
Text Example
Text Example
White with #995BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BFB; }
p { color: rgb(153,91,251); }
H1.HeaderClassName
{
color: #995BFB;
}
.AnyTagClassName
{
color: #995BFB;
}
</style>
background-color css
<style>
a { background-color: #995BFB; }
a { background-color: rgb(153,91,251); }
div.DivClassName
{
background-color: #995BFB;
}
.BgClassName
{
background-color: #995BFB;
}
</style>
border-color css
<style>
span { border-color: #995BFB; }
span { border-color: rgb(153,91,251); }
td.TdClassName
{
border-color: #995BFB;
}
.TagClassName
{
border-color: #995BFB;
}
</style>