Shades of Light Slate Blue #935CFB
Tints of Light Slate Blue #935CFB
RGB
CMYK
RGB Variations
Color information
#935CFB (or 0x935CFB) is known color: Light Slate Blue. HEX triplet: 93, 5C and FB. RGB value is (147,92,251). Sum of RGB (Red+Green+Blue) = 147+92+251=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #935CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CFB is #6CA304. Grayscale: #7D7D7D. Windows color (decimal): -7119621 or 16473235. OLE color: 16473235.
HSL color Cylindrical-coordinate representation of color #935CFB: hue angle of 260.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935CFB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 92 | 251 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.02 |
| HSL | 260.75º | 0.95% | 0.67% | - |
| HSV(B) | 260.75º | 0.63% | 0.98% | - |
| XYZ | 33.27 | 20.82 | 93.53 | - |
| YUV | 126.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 251 | 0.41 | 0.63 | 0 | 0.02 | 260.75 | 0.95 | 0.67 |
| Hex | 93 | 5C | FB | 29 | 3F | 0 | 2 | 105 | 5F | 43 |
| Octal | 223 | 134 | 373 | 51 | 77 | 0 | 2 | 405 | 137 | 103 |
| Binary | 10010011 | 1011100 | 11111011 | 101001 | 111111 | 0 | 10 | 100000101 | 1011111 | 1000011 |
Color Harmonies of #935CFB
Complementary color
Monochromatic Colors of #935CFB
Black with #935CFB
Text Example
Text Example
White with #935CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CFB; }
p { color: rgb(147,92,251); }
H1.HeaderClassName
{
color: #935CFB;
}
.AnyTagClassName
{
color: #935CFB;
}
</style>
background-color css
<style>
a { background-color: #935CFB; }
a { background-color: rgb(147,92,251); }
div.DivClassName
{
background-color: #935CFB;
}
.BgClassName
{
background-color: #935CFB;
}
</style>
border-color css
<style>
span { border-color: #935CFB; }
span { border-color: rgb(147,92,251); }
td.TdClassName
{
border-color: #935CFB;
}
.TagClassName
{
border-color: #935CFB;
}
</style>