Shades of Light Slate Blue #938AF0
Tints of Light Slate Blue #938AF0
RGB
CMYK
RGB Variations
Color information
#938AF0 (or 0x938AF0) is known color: Light Slate Blue. HEX triplet: 93, 8A and F0. RGB value is (147,138,240). Sum of RGB (Red+Green+Blue) = 147+138+240=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #938AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AF0 is #6C750F. Grayscale: #979797. Windows color (decimal): -7107856 or 15764115. OLE color: 15764115.
HSL color Cylindrical-coordinate representation of color #938AF0: hue angle of 245.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938AF0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 138 | 240 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.06 |
| HSL | 245.29º | 0.77% | 0.74% | - |
| HSV(B) | 245.29º | 0.43% | 0.94% | - |
| XYZ | 36.85 | 30.67 | 86.42 | - |
| YUV | 152.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 240 | 0.39 | 0.42 | 0 | 0.06 | 245.29 | 0.77 | 0.74 |
| Hex | 93 | 8A | F0 | 27 | 2A | 0 | 6 | F5 | 4D | 4A |
| Octal | 223 | 212 | 360 | 47 | 52 | 0 | 6 | 365 | 115 | 112 |
| Binary | 10010011 | 10001010 | 11110000 | 100111 | 101010 | 0 | 110 | 11110101 | 1001101 | 1001010 |
Color Harmonies of #938AF0
Complementary color
Monochromatic Colors of #938AF0
Black with #938AF0
Text Example
Text Example
White with #938AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AF0; }
p { color: rgb(147,138,240); }
H1.HeaderClassName
{
color: #938AF0;
}
.AnyTagClassName
{
color: #938AF0;
}
</style>
background-color css
<style>
a { background-color: #938AF0; }
a { background-color: rgb(147,138,240); }
div.DivClassName
{
background-color: #938AF0;
}
.BgClassName
{
background-color: #938AF0;
}
</style>
border-color css
<style>
span { border-color: #938AF0; }
span { border-color: rgb(147,138,240); }
td.TdClassName
{
border-color: #938AF0;
}
.TagClassName
{
border-color: #938AF0;
}
</style>