Shades of Light Slate Blue #916AFB
Tints of Light Slate Blue #916AFB
RGB
CMYK
RGB Variations
Color information
#916AFB (or 0x916AFB) is known color: Light Slate Blue. HEX triplet: 91, 6A and FB. RGB value is (145,106,251). Sum of RGB (Red+Green+Blue) = 145+106+251=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #916AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916AFB is #6E9504. Grayscale: #858585. Windows color (decimal): -7247109 or 16476817. OLE color: 16476817.
HSL color Cylindrical-coordinate representation of color #916AFB: hue angle of 256.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #916AFB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 106 | 251 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.02 |
| HSL | 256.14º | 0.95% | 0.7% | - |
| HSV(B) | 256.14º | 0.58% | 0.98% | - |
| XYZ | 34.24 | 23.29 | 93.96 | - |
| YUV | 134.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 251 | 0.42 | 0.58 | 0 | 0.02 | 256.14 | 0.95 | 0.7 |
| Hex | 91 | 6A | FB | 2A | 3A | 0 | 2 | 100 | 5F | 46 |
| Octal | 221 | 152 | 373 | 52 | 72 | 0 | 2 | 400 | 137 | 106 |
| Binary | 10010001 | 1101010 | 11111011 | 101010 | 111010 | 0 | 10 | 100000000 | 1011111 | 1000110 |
Color Harmonies of #916AFB
Complementary color
Monochromatic Colors of #916AFB
Black with #916AFB
Text Example
Text Example
White with #916AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916AFB; }
p { color: rgb(145,106,251); }
H1.HeaderClassName
{
color: #916AFB;
}
.AnyTagClassName
{
color: #916AFB;
}
</style>
background-color css
<style>
a { background-color: #916AFB; }
a { background-color: rgb(145,106,251); }
div.DivClassName
{
background-color: #916AFB;
}
.BgClassName
{
background-color: #916AFB;
}
</style>
border-color css
<style>
span { border-color: #916AFB; }
span { border-color: rgb(145,106,251); }
td.TdClassName
{
border-color: #916AFB;
}
.TagClassName
{
border-color: #916AFB;
}
</style>