Shades of Light Slate Blue #917AFB
Tints of Light Slate Blue #917AFB
RGB
CMYK
RGB Variations
Color information
#917AFB (or 0x917AFB) is known color: Light Slate Blue. HEX triplet: 91, 7A and FB. RGB value is (145,122,251). Sum of RGB (Red+Green+Blue) = 145+122+251=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #917AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AFB is #6E8504. Grayscale: #8F8F8F. Windows color (decimal): -7243013 or 16480913. OLE color: 16480913.
HSL color Cylindrical-coordinate representation of color #917AFB: hue angle of 250.7º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917AFB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 122 | 251 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.02 |
| HSL | 250.7º | 0.94% | 0.73% | - |
| HSV(B) | 250.7º | 0.51% | 0.98% | - |
| XYZ | 36.05 | 26.9 | 94.56 | - |
| YUV | 143.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 251 | 0.42 | 0.51 | 0 | 0.02 | 250.7 | 0.94 | 0.73 |
| Hex | 91 | 7A | FB | 2A | 33 | 0 | 2 | FB | 5E | 49 |
| Octal | 221 | 172 | 373 | 52 | 63 | 0 | 2 | 373 | 136 | 111 |
| Binary | 10010001 | 1111010 | 11111011 | 101010 | 110011 | 0 | 10 | 11111011 | 1011110 | 1001001 |
Color Harmonies of #917AFB
Complementary color
Monochromatic Colors of #917AFB
Black with #917AFB
Text Example
Text Example
White with #917AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AFB; }
p { color: rgb(145,122,251); }
H1.HeaderClassName
{
color: #917AFB;
}
.AnyTagClassName
{
color: #917AFB;
}
</style>
background-color css
<style>
a { background-color: #917AFB; }
a { background-color: rgb(145,122,251); }
div.DivClassName
{
background-color: #917AFB;
}
.BgClassName
{
background-color: #917AFB;
}
</style>
border-color css
<style>
span { border-color: #917AFB; }
span { border-color: rgb(145,122,251); }
td.TdClassName
{
border-color: #917AFB;
}
.TagClassName
{
border-color: #917AFB;
}
</style>