Shades of Light Slate Blue #935AFC
Tints of Light Slate Blue #935AFC
RGB
CMYK
RGB Variations
Color information
#935AFC (or 0x935AFC) is known color: Light Slate Blue. HEX triplet: 93, 5A and FC. RGB value is (147,90,252). Sum of RGB (Red+Green+Blue) = 147+90+252=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #935AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AFC is #6CA503. Grayscale: #7C7C7C. Windows color (decimal): -7120132 or 16538259. OLE color: 16538259.
HSL color Cylindrical-coordinate representation of color #935AFC: hue angle of 261.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935AFC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 90 | 252 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.01 |
| HSL | 261.11º | 0.96% | 0.67% | - |
| HSV(B) | 261.11º | 0.64% | 0.99% | - |
| XYZ | 33.26 | 20.54 | 94.31 | - |
| YUV | 125.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 252 | 0.42 | 0.64 | 0 | 0.01 | 261.11 | 0.96 | 0.67 |
| Hex | 93 | 5A | FC | 2A | 40 | 0 | 1 | 105 | 60 | 43 |
| Octal | 223 | 132 | 374 | 52 | 100 | 0 | 1 | 405 | 140 | 103 |
| Binary | 10010011 | 1011010 | 11111100 | 101010 | 1000000 | 0 | 1 | 100000101 | 1100000 | 1000011 |
Color Harmonies of #935AFC
Complementary color
Monochromatic Colors of #935AFC
Black with #935AFC
Text Example
Text Example
White with #935AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AFC; }
p { color: rgb(147,90,252); }
H1.HeaderClassName
{
color: #935AFC;
}
.AnyTagClassName
{
color: #935AFC;
}
</style>
background-color css
<style>
a { background-color: #935AFC; }
a { background-color: rgb(147,90,252); }
div.DivClassName
{
background-color: #935AFC;
}
.BgClassName
{
background-color: #935AFC;
}
</style>
border-color css
<style>
span { border-color: #935AFC; }
span { border-color: rgb(147,90,252); }
td.TdClassName
{
border-color: #935AFC;
}
.TagClassName
{
border-color: #935AFC;
}
</style>