Shades of Light Slate Blue #915FFB
Tints of Light Slate Blue #915FFB
RGB
CMYK
RGB Variations
Color information
#915FFB (or 0x915FFB) is known color: Light Slate Blue. HEX triplet: 91, 5F and FB. RGB value is (145,95,251). Sum of RGB (Red+Green+Blue) = 145+95+251=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #915FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FFB is #6EA004. Grayscale: #7F7F7F. Windows color (decimal): -7249925 or 16474001. OLE color: 16474001.
HSL color Cylindrical-coordinate representation of color #915FFB: hue angle of 259.23º 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 #915FFB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 95 | 251 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.02 |
| HSL | 259.23º | 0.95% | 0.68% | - |
| HSV(B) | 259.23º | 0.62% | 0.98% | - |
| XYZ | 33.18 | 21.17 | 93.6 | - |
| YUV | 127.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 251 | 0.42 | 0.62 | 0 | 0.02 | 259.23 | 0.95 | 0.68 |
| Hex | 91 | 5F | FB | 2A | 3E | 0 | 2 | 103 | 5F | 44 |
| Octal | 221 | 137 | 373 | 52 | 76 | 0 | 2 | 403 | 137 | 104 |
| Binary | 10010001 | 1011111 | 11111011 | 101010 | 111110 | 0 | 10 | 100000011 | 1011111 | 1000100 |
Color Harmonies of #915FFB
Complementary color
Monochromatic Colors of #915FFB
Black with #915FFB
Text Example
Text Example
White with #915FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FFB; }
p { color: rgb(145,95,251); }
H1.HeaderClassName
{
color: #915FFB;
}
.AnyTagClassName
{
color: #915FFB;
}
</style>
background-color css
<style>
a { background-color: #915FFB; }
a { background-color: rgb(145,95,251); }
div.DivClassName
{
background-color: #915FFB;
}
.BgClassName
{
background-color: #915FFB;
}
</style>
border-color css
<style>
span { border-color: #915FFB; }
span { border-color: rgb(145,95,251); }
td.TdClassName
{
border-color: #915FFB;
}
.TagClassName
{
border-color: #915FFB;
}
</style>