Shades of Light Slate Blue #937CFD
Tints of Light Slate Blue #937CFD
RGB
CMYK
RGB Variations
Color information
#937CFD (or 0x937CFD) is known color: Light Slate Blue. HEX triplet: 93, 7C and FD. RGB value is (147,124,253). Sum of RGB (Red+Green+Blue) = 147+124+253=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #937CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937CFD is #6C8302. Grayscale: #919191. Windows color (decimal): -7111427 or 16612499. OLE color: 16612499.
HSL color Cylindrical-coordinate representation of color #937CFD: hue angle of 250.7º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937CFD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 124 | 253 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.01 |
| HSL | 250.7º | 0.97% | 0.74% | - |
| HSV(B) | 250.7º | 0.51% | 0.99% | - |
| XYZ | 36.97 | 27.71 | 96.33 | - |
| YUV | 145.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 253 | 0.42 | 0.51 | 0 | 0.01 | 250.7 | 0.97 | 0.74 |
| Hex | 93 | 7C | FD | 2A | 33 | 0 | 1 | FB | 61 | 4A |
| Octal | 223 | 174 | 375 | 52 | 63 | 0 | 1 | 373 | 141 | 112 |
| Binary | 10010011 | 1111100 | 11111101 | 101010 | 110011 | 0 | 1 | 11111011 | 1100001 | 1001010 |
Color Harmonies of #937CFD
Complementary color
Monochromatic Colors of #937CFD
Black with #937CFD
Text Example
Text Example
White with #937CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CFD; }
p { color: rgb(147,124,253); }
H1.HeaderClassName
{
color: #937CFD;
}
.AnyTagClassName
{
color: #937CFD;
}
</style>
background-color css
<style>
a { background-color: #937CFD; }
a { background-color: rgb(147,124,253); }
div.DivClassName
{
background-color: #937CFD;
}
.BgClassName
{
background-color: #937CFD;
}
</style>
border-color css
<style>
span { border-color: #937CFD; }
span { border-color: rgb(147,124,253); }
td.TdClassName
{
border-color: #937CFD;
}
.TagClassName
{
border-color: #937CFD;
}
</style>