Shades of Light Slate Blue #937AFB
Tints of Light Slate Blue #937AFB
RGB
CMYK
RGB Variations
Color information
#937AFB (or 0x937AFB) is known color: Light Slate Blue. HEX triplet: 93, 7A and FB. RGB value is (147,122,251). Sum of RGB (Red+Green+Blue) = 147+122+251=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #937AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AFB is #6C8504. Grayscale: #8F8F8F. Windows color (decimal): -7111941 or 16480915. OLE color: 16480915.
HSL color Cylindrical-coordinate representation of color #937AFB: hue angle of 251.63º 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 #937AFB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 122 | 251 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.02 |
| HSL | 251.63º | 0.94% | 0.73% | - |
| HSV(B) | 251.63º | 0.51% | 0.98% | - |
| XYZ | 36.4 | 27.09 | 94.58 | - |
| YUV | 144.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 251 | 0.41 | 0.51 | 0 | 0.02 | 251.63 | 0.94 | 0.73 |
| Hex | 93 | 7A | FB | 29 | 33 | 0 | 2 | FC | 5E | 49 |
| Octal | 223 | 172 | 373 | 51 | 63 | 0 | 2 | 374 | 136 | 111 |
| Binary | 10010011 | 1111010 | 11111011 | 101001 | 110011 | 0 | 10 | 11111100 | 1011110 | 1001001 |
Color Harmonies of #937AFB
Complementary color
Monochromatic Colors of #937AFB
Black with #937AFB
Text Example
Text Example
White with #937AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AFB; }
p { color: rgb(147,122,251); }
H1.HeaderClassName
{
color: #937AFB;
}
.AnyTagClassName
{
color: #937AFB;
}
</style>
background-color css
<style>
a { background-color: #937AFB; }
a { background-color: rgb(147,122,251); }
div.DivClassName
{
background-color: #937AFB;
}
.BgClassName
{
background-color: #937AFB;
}
</style>
border-color css
<style>
span { border-color: #937AFB; }
span { border-color: rgb(147,122,251); }
td.TdClassName
{
border-color: #937AFB;
}
.TagClassName
{
border-color: #937AFB;
}
</style>