Shades of Light Slate Blue #935FFD
Tints of Light Slate Blue #935FFD
RGB
CMYK
RGB Variations
Color information
#935FFD (or 0x935FFD) is known color: Light Slate Blue. HEX triplet: 93, 5F and FD. RGB value is (147,95,253). Sum of RGB (Red+Green+Blue) = 147+95+253=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #935FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FFD is #6CA002. Grayscale: #7F7F7F. Windows color (decimal): -7118851 or 16605075. OLE color: 16605075.
HSL color Cylindrical-coordinate representation of color #935FFD: hue angle of 259.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935FFD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 95 | 253 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.01 |
| HSL | 259.75º | 0.98% | 0.68% | - |
| HSV(B) | 259.75º | 0.62% | 0.99% | - |
| XYZ | 33.85 | 21.48 | 95.29 | - |
| YUV | 128.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 253 | 0.42 | 0.62 | 0 | 0.01 | 259.75 | 0.98 | 0.68 |
| Hex | 93 | 5F | FD | 2A | 3E | 0 | 1 | 104 | 62 | 44 |
| Octal | 223 | 137 | 375 | 52 | 76 | 0 | 1 | 404 | 142 | 104 |
| Binary | 10010011 | 1011111 | 11111101 | 101010 | 111110 | 0 | 1 | 100000100 | 1100010 | 1000100 |
Color Harmonies of #935FFD
Complementary color
Monochromatic Colors of #935FFD
Black with #935FFD
Text Example
Text Example
White with #935FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FFD; }
p { color: rgb(147,95,253); }
H1.HeaderClassName
{
color: #935FFD;
}
.AnyTagClassName
{
color: #935FFD;
}
</style>
background-color css
<style>
a { background-color: #935FFD; }
a { background-color: rgb(147,95,253); }
div.DivClassName
{
background-color: #935FFD;
}
.BgClassName
{
background-color: #935FFD;
}
</style>
border-color css
<style>
span { border-color: #935FFD; }
span { border-color: rgb(147,95,253); }
td.TdClassName
{
border-color: #935FFD;
}
.TagClassName
{
border-color: #935FFD;
}
</style>