Shades of Light Slate Blue #937DF2
Tints of Light Slate Blue #937DF2
RGB
CMYK
RGB Variations
Color information
#937DF2 (or 0x937DF2) is known color: Light Slate Blue. HEX triplet: 93, 7D and F2. RGB value is (147,125,242). Sum of RGB (Red+Green+Blue) = 147+125+242=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #937DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF2 is #6C820D. Grayscale: #909090. Windows color (decimal): -7111182 or 15891859. OLE color: 15891859.
HSL color Cylindrical-coordinate representation of color #937DF2: hue angle of 251.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937DF2 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 125 | 242 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.05 |
| HSL | 251.28º | 0.82% | 0.72% | - |
| HSV(B) | 251.28º | 0.48% | 0.95% | - |
| XYZ | 35.39 | 27.28 | 87.4 | - |
| YUV | 144.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 242 | 0.39 | 0.48 | 0 | 0.05 | 251.28 | 0.82 | 0.72 |
| Hex | 93 | 7D | F2 | 27 | 30 | 0 | 5 | FB | 52 | 48 |
| Octal | 223 | 175 | 362 | 47 | 60 | 0 | 5 | 373 | 122 | 110 |
| Binary | 10010011 | 1111101 | 11110010 | 100111 | 110000 | 0 | 101 | 11111011 | 1010010 | 1001000 |
Color Harmonies of #937DF2
Complementary color
Monochromatic Colors of #937DF2
Black with #937DF2
Text Example
Text Example
White with #937DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DF2; }
p { color: rgb(147,125,242); }
H1.HeaderClassName
{
color: #937DF2;
}
.AnyTagClassName
{
color: #937DF2;
}
</style>
background-color css
<style>
a { background-color: #937DF2; }
a { background-color: rgb(147,125,242); }
div.DivClassName
{
background-color: #937DF2;
}
.BgClassName
{
background-color: #937DF2;
}
</style>
border-color css
<style>
span { border-color: #937DF2; }
span { border-color: rgb(147,125,242); }
td.TdClassName
{
border-color: #937DF2;
}
.TagClassName
{
border-color: #937DF2;
}
</style>