Shades of Light Slate Blue #935AF9
Tints of Light Slate Blue #935AF9
RGB
CMYK
RGB Variations
Color information
#935AF9 (or 0x935AF9) is known color: Light Slate Blue. HEX triplet: 93, 5A and F9. RGB value is (147,90,249). Sum of RGB (Red+Green+Blue) = 147+90+249=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #935AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AF9 is #6CA506. Grayscale: #7C7C7C. Windows color (decimal): -7120135 or 16341651. OLE color: 16341651.
HSL color Cylindrical-coordinate representation of color #935AF9: hue angle of 261.51º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935AF9 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 90 | 249 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.02 |
| HSL | 261.51º | 0.93% | 0.66% | - |
| HSV(B) | 261.51º | 0.64% | 0.98% | - |
| XYZ | 32.79 | 20.35 | 91.82 | - |
| YUV | 125.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 249 | 0.41 | 0.64 | 0 | 0.02 | 261.51 | 0.93 | 0.66 |
| Hex | 93 | 5A | F9 | 29 | 40 | 0 | 2 | 106 | 5D | 42 |
| Octal | 223 | 132 | 371 | 51 | 100 | 0 | 2 | 406 | 135 | 102 |
| Binary | 10010011 | 1011010 | 11111001 | 101001 | 1000000 | 0 | 10 | 100000110 | 1011101 | 1000010 |
Color Harmonies of #935AF9
Complementary color
Monochromatic Colors of #935AF9
Black with #935AF9
Text Example
Text Example
White with #935AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935AF9; }
p { color: rgb(147,90,249); }
H1.HeaderClassName
{
color: #935AF9;
}
.AnyTagClassName
{
color: #935AF9;
}
</style>
background-color css
<style>
a { background-color: #935AF9; }
a { background-color: rgb(147,90,249); }
div.DivClassName
{
background-color: #935AF9;
}
.BgClassName
{
background-color: #935AF9;
}
</style>
border-color css
<style>
span { border-color: #935AF9; }
span { border-color: rgb(147,90,249); }
td.TdClassName
{
border-color: #935AF9;
}
.TagClassName
{
border-color: #935AF9;
}
</style>