Shades of Light Slate Blue #995FFB
Tints of Light Slate Blue #995FFB
RGB
CMYK
RGB Variations
Color information
#995FFB (or 0x995FFB) is known color: Light Slate Blue. HEX triplet: 99, 5F and FB. RGB value is (153,95,251). Sum of RGB (Red+Green+Blue) = 153+95+251=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #995FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FFB is #66A004. Grayscale: #818181. Windows color (decimal): -6725637 or 16474009. OLE color: 16474009.
HSL color Cylindrical-coordinate representation of color #995FFB: hue angle of 262.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995FFB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 95 | 251 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.02 |
| HSL | 262.31º | 0.95% | 0.68% | - |
| HSV(B) | 262.31º | 0.62% | 0.98% | - |
| XYZ | 34.64 | 21.92 | 93.67 | - |
| YUV | 130.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 251 | 0.39 | 0.62 | 0 | 0.02 | 262.31 | 0.95 | 0.68 |
| Hex | 99 | 5F | FB | 27 | 3E | 0 | 2 | 106 | 5F | 44 |
| Octal | 231 | 137 | 373 | 47 | 76 | 0 | 2 | 406 | 137 | 104 |
| Binary | 10011001 | 1011111 | 11111011 | 100111 | 111110 | 0 | 10 | 100000110 | 1011111 | 1000100 |
Color Harmonies of #995FFB
Complementary color
Monochromatic Colors of #995FFB
Black with #995FFB
Text Example
Text Example
White with #995FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FFB; }
p { color: rgb(153,95,251); }
H1.HeaderClassName
{
color: #995FFB;
}
.AnyTagClassName
{
color: #995FFB;
}
</style>
background-color css
<style>
a { background-color: #995FFB; }
a { background-color: rgb(153,95,251); }
div.DivClassName
{
background-color: #995FFB;
}
.BgClassName
{
background-color: #995FFB;
}
</style>
border-color css
<style>
span { border-color: #995FFB; }
span { border-color: rgb(153,95,251); }
td.TdClassName
{
border-color: #995FFB;
}
.TagClassName
{
border-color: #995FFB;
}
</style>