Shades of Light Slate Blue #937CFC
Tints of Light Slate Blue #937CFC
RGB
CMYK
RGB Variations
Color information
#937CFC (or 0x937CFC) is known color: Light Slate Blue. HEX triplet: 93, 7C and FC. RGB value is (147,124,252). Sum of RGB (Red+Green+Blue) = 147+124+252=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #937CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937CFC is #6C8303. Grayscale: #909090. Windows color (decimal): -7111428 or 16546963. OLE color: 16546963.
HSL color Cylindrical-coordinate representation of color #937CFC: hue angle of 250.78º degrees, saturation: 0.96, 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 #937CFC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 124 | 252 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.01 |
| HSL | 250.78º | 0.96% | 0.74% | - |
| HSV(B) | 250.78º | 0.51% | 0.99% | - |
| XYZ | 36.81 | 27.65 | 95.49 | - |
| YUV | 145.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 252 | 0.42 | 0.51 | 0 | 0.01 | 250.78 | 0.96 | 0.74 |
| Hex | 93 | 7C | FC | 2A | 33 | 0 | 1 | FB | 60 | 4A |
| Octal | 223 | 174 | 374 | 52 | 63 | 0 | 1 | 373 | 140 | 112 |
| Binary | 10010011 | 1111100 | 11111100 | 101010 | 110011 | 0 | 1 | 11111011 | 1100000 | 1001010 |
Color Harmonies of #937CFC
Complementary color
Monochromatic Colors of #937CFC
Black with #937CFC
Text Example
Text Example
White with #937CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CFC; }
p { color: rgb(147,124,252); }
H1.HeaderClassName
{
color: #937CFC;
}
.AnyTagClassName
{
color: #937CFC;
}
</style>
background-color css
<style>
a { background-color: #937CFC; }
a { background-color: rgb(147,124,252); }
div.DivClassName
{
background-color: #937CFC;
}
.BgClassName
{
background-color: #937CFC;
}
</style>
border-color css
<style>
span { border-color: #937CFC; }
span { border-color: rgb(147,124,252); }
td.TdClassName
{
border-color: #937CFC;
}
.TagClassName
{
border-color: #937CFC;
}
</style>