Shades of Light Slate Blue #916AF2
Tints of Light Slate Blue #916AF2
RGB
CMYK
RGB Variations
Color information
#916AF2 (or 0x916AF2) is known color: Light Slate Blue. HEX triplet: 91, 6A and F2. RGB value is (145,106,242). Sum of RGB (Red+Green+Blue) = 145+106+242=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #916AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916AF2 is #6E950D. Grayscale: #848484. Windows color (decimal): -7247118 or 15886993. OLE color: 15886993.
HSL color Cylindrical-coordinate representation of color #916AF2: hue angle of 257.21º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916AF2 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 106 | 242 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.05 |
| HSL | 257.21º | 0.84% | 0.68% | - |
| HSV(B) | 257.21º | 0.56% | 0.95% | - |
| XYZ | 32.86 | 22.74 | 86.66 | - |
| YUV | 133.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 242 | 0.40 | 0.56 | 0 | 0.05 | 257.21 | 0.84 | 0.68 |
| Hex | 91 | 6A | F2 | 28 | 38 | 0 | 5 | 101 | 54 | 44 |
| Octal | 221 | 152 | 362 | 50 | 70 | 0 | 5 | 401 | 124 | 104 |
| Binary | 10010001 | 1101010 | 11110010 | 101000 | 111000 | 0 | 101 | 100000001 | 1010100 | 1000100 |
Color Harmonies of #916AF2
Complementary color
Monochromatic Colors of #916AF2
Black with #916AF2
Text Example
Text Example
White with #916AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916AF2; }
p { color: rgb(145,106,242); }
H1.HeaderClassName
{
color: #916AF2;
}
.AnyTagClassName
{
color: #916AF2;
}
</style>
background-color css
<style>
a { background-color: #916AF2; }
a { background-color: rgb(145,106,242); }
div.DivClassName
{
background-color: #916AF2;
}
.BgClassName
{
background-color: #916AF2;
}
</style>
border-color css
<style>
span { border-color: #916AF2; }
span { border-color: rgb(145,106,242); }
td.TdClassName
{
border-color: #916AF2;
}
.TagClassName
{
border-color: #916AF2;
}
</style>