Shades of Light Slate Blue #938CFC
Tints of Light Slate Blue #938CFC
RGB
CMYK
RGB Variations
Color information
#938CFC (or 0x938CFC) is known color: Light Slate Blue. HEX triplet: 93, 8C and FC. RGB value is (147,140,252). Sum of RGB (Red+Green+Blue) = 147+140+252=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #938CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CFC is #6C7303. Grayscale: #9A9A9A. Windows color (decimal): -7107332 or 16551059. OLE color: 16551059.
HSL color Cylindrical-coordinate representation of color #938CFC: hue angle of 243.75º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938CFC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 140 | 252 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.01 |
| HSL | 243.75º | 0.95% | 0.77% | - |
| HSV(B) | 243.75º | 0.44% | 0.99% | - |
| XYZ | 38.98 | 31.99 | 96.22 | - |
| YUV | 154.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 252 | 0.42 | 0.44 | 0 | 0.01 | 243.75 | 0.95 | 0.77 |
| Hex | 93 | 8C | FC | 2A | 2C | 0 | 1 | F4 | 5F | 4D |
| Octal | 223 | 214 | 374 | 52 | 54 | 0 | 1 | 364 | 137 | 115 |
| Binary | 10010011 | 10001100 | 11111100 | 101010 | 101100 | 0 | 1 | 11110100 | 1011111 | 1001101 |
Color Harmonies of #938CFC
Complementary color
Monochromatic Colors of #938CFC
Black with #938CFC
Text Example
Text Example
White with #938CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CFC; }
p { color: rgb(147,140,252); }
H1.HeaderClassName
{
color: #938CFC;
}
.AnyTagClassName
{
color: #938CFC;
}
</style>
background-color css
<style>
a { background-color: #938CFC; }
a { background-color: rgb(147,140,252); }
div.DivClassName
{
background-color: #938CFC;
}
.BgClassName
{
background-color: #938CFC;
}
</style>
border-color css
<style>
span { border-color: #938CFC; }
span { border-color: rgb(147,140,252); }
td.TdClassName
{
border-color: #938CFC;
}
.TagClassName
{
border-color: #938CFC;
}
</style>