Shades of Light Slate Blue #935FFB
Tints of Light Slate Blue #935FFB
RGB
CMYK
RGB Variations
Color information
#935FFB (or 0x935FFB) is known color: Light Slate Blue. HEX triplet: 93, 5F and FB. RGB value is (147,95,251). Sum of RGB (Red+Green+Blue) = 147+95+251=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #935FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FFB is #6CA004. Grayscale: #7F7F7F. Windows color (decimal): -7118853 or 16474003. OLE color: 16474003.
HSL color Cylindrical-coordinate representation of color #935FFB: hue angle of 260º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935FFB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 95 | 251 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.02 |
| HSL | 260º | 0.95% | 0.68% | - |
| HSV(B) | 260º | 0.62% | 0.98% | - |
| XYZ | 33.54 | 21.35 | 93.62 | - |
| YUV | 128.33 | 197.23 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 251 | 0.41 | 0.62 | 0 | 0.02 | 260 | 0.95 | 0.68 |
| Hex | 93 | 5F | FB | 29 | 3E | 0 | 2 | 104 | 5F | 44 |
| Octal | 223 | 137 | 373 | 51 | 76 | 0 | 2 | 404 | 137 | 104 |
| Binary | 10010011 | 1011111 | 11111011 | 101001 | 111110 | 0 | 10 | 100000100 | 1011111 | 1000100 |
Color Harmonies of #935FFB
Complementary color
Monochromatic Colors of #935FFB
Black with #935FFB
Text Example
Text Example
White with #935FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FFB; }
p { color: rgb(147,95,251); }
H1.HeaderClassName
{
color: #935FFB;
}
.AnyTagClassName
{
color: #935FFB;
}
</style>
background-color css
<style>
a { background-color: #935FFB; }
a { background-color: rgb(147,95,251); }
div.DivClassName
{
background-color: #935FFB;
}
.BgClassName
{
background-color: #935FFB;
}
</style>
border-color css
<style>
span { border-color: #935FFB; }
span { border-color: rgb(147,95,251); }
td.TdClassName
{
border-color: #935FFB;
}
.TagClassName
{
border-color: #935FFB;
}
</style>