Shades of Light Slate Blue #937AFF
Tints of Light Slate Blue #937AFF
RGB
CMYK
RGB Variations
Color information
#937AFF (or 0x937AFF) is known color: Light Slate Blue. HEX triplet: 93, 7A and FF. RGB value is (147,122,255). Sum of RGB (Red+Green+Blue) = 147+122+255=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #937AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AFF is #6C8500. Grayscale: #909090. Windows color (decimal): -7111937 or 16743059. OLE color: 16743059.
HSL color Cylindrical-coordinate representation of color #937AFF: hue angle of 251.28º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #937AFF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 122 | 255 | - |
| CMYK | 0.42 | 0.52 | 0 | 0 |
| HSL | 251.28º | 1% | 0.74% | - |
| HSV(B) | 251.28º | 0.52% | 1% | - |
| XYZ | 37.04 | 27.34 | 97.93 | - |
| YUV | 144.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 255 | 0.42 | 0.52 | 0 | 0 | 251.28 | 1 | 0.74 |
| Hex | 93 | 7A | FF | 2A | 34 | 0 | 0 | FB | 64 | 4A |
| Octal | 223 | 172 | 377 | 52 | 64 | 0 | 0 | 373 | 144 | 112 |
| Binary | 10010011 | 1111010 | 11111111 | 101010 | 110100 | 0 | 0 | 11111011 | 1100100 | 1001010 |
Color Harmonies of #937AFF
Complementary color
Monochromatic Colors of #937AFF
Black with #937AFF
Text Example
Text Example
White with #937AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AFF; }
p { color: rgb(147,122,255); }
H1.HeaderClassName
{
color: #937AFF;
}
.AnyTagClassName
{
color: #937AFF;
}
</style>
background-color css
<style>
a { background-color: #937AFF; }
a { background-color: rgb(147,122,255); }
div.DivClassName
{
background-color: #937AFF;
}
.BgClassName
{
background-color: #937AFF;
}
</style>
border-color css
<style>
span { border-color: #937AFF; }
span { border-color: rgb(147,122,255); }
td.TdClassName
{
border-color: #937AFF;
}
.TagClassName
{
border-color: #937AFF;
}
</style>