Shades of Light Slate Blue #935BFC
Tints of Light Slate Blue #935BFC
RGB
CMYK
RGB Variations
Color information
#935BFC (or 0x935BFC) is known color: Light Slate Blue. HEX triplet: 93, 5B and FC. RGB value is (147,91,252). Sum of RGB (Red+Green+Blue) = 147+91+252=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #935BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935BFC is #6CA403. Grayscale: #7D7D7D. Windows color (decimal): -7119876 or 16538515. OLE color: 16538515.
HSL color Cylindrical-coordinate representation of color #935BFC: hue angle of 260.87º 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 #935BFC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 91 | 252 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.01 |
| HSL | 260.87º | 0.96% | 0.67% | - |
| HSV(B) | 260.87º | 0.64% | 0.99% | - |
| XYZ | 33.34 | 20.71 | 94.34 | - |
| YUV | 126.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 252 | 0.42 | 0.64 | 0 | 0.01 | 260.87 | 0.96 | 0.67 |
| Hex | 93 | 5B | FC | 2A | 40 | 0 | 1 | 105 | 60 | 43 |
| Octal | 223 | 133 | 374 | 52 | 100 | 0 | 1 | 405 | 140 | 103 |
| Binary | 10010011 | 1011011 | 11111100 | 101010 | 1000000 | 0 | 1 | 100000101 | 1100000 | 1000011 |
Color Harmonies of #935BFC
Complementary color
Monochromatic Colors of #935BFC
Black with #935BFC
Text Example
Text Example
White with #935BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935BFC; }
p { color: rgb(147,91,252); }
H1.HeaderClassName
{
color: #935BFC;
}
.AnyTagClassName
{
color: #935BFC;
}
</style>
background-color css
<style>
a { background-color: #935BFC; }
a { background-color: rgb(147,91,252); }
div.DivClassName
{
background-color: #935BFC;
}
.BgClassName
{
background-color: #935BFC;
}
</style>
border-color css
<style>
span { border-color: #935BFC; }
span { border-color: rgb(147,91,252); }
td.TdClassName
{
border-color: #935BFC;
}
.TagClassName
{
border-color: #935BFC;
}
</style>