Shades of Light Slate Blue #938AF1
Tints of Light Slate Blue #938AF1
RGB
CMYK
RGB Variations
Color information
#938AF1 (or 0x938AF1) is known color: Light Slate Blue. HEX triplet: 93, 8A and F1. RGB value is (147,138,241). Sum of RGB (Red+Green+Blue) = 147+138+241=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #938AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AF1 is #6C750E. Grayscale: #989898. Windows color (decimal): -7107855 or 15829651. OLE color: 15829651.
HSL color Cylindrical-coordinate representation of color #938AF1: hue angle of 245.24º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938AF1 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 138 | 241 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.05 |
| HSL | 245.24º | 0.79% | 0.74% | - |
| HSV(B) | 245.24º | 0.43% | 0.95% | - |
| XYZ | 37 | 30.73 | 87.2 | - |
| YUV | 152.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 241 | 0.39 | 0.43 | 0 | 0.05 | 245.24 | 0.79 | 0.74 |
| Hex | 93 | 8A | F1 | 27 | 2B | 0 | 5 | F5 | 4F | 4A |
| Octal | 223 | 212 | 361 | 47 | 53 | 0 | 5 | 365 | 117 | 112 |
| Binary | 10010011 | 10001010 | 11110001 | 100111 | 101011 | 0 | 101 | 11110101 | 1001111 | 1001010 |
Color Harmonies of #938AF1
Complementary color
Monochromatic Colors of #938AF1
Black with #938AF1
Text Example
Text Example
White with #938AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AF1; }
p { color: rgb(147,138,241); }
H1.HeaderClassName
{
color: #938AF1;
}
.AnyTagClassName
{
color: #938AF1;
}
</style>
background-color css
<style>
a { background-color: #938AF1; }
a { background-color: rgb(147,138,241); }
div.DivClassName
{
background-color: #938AF1;
}
.BgClassName
{
background-color: #938AF1;
}
</style>
border-color css
<style>
span { border-color: #938AF1; }
span { border-color: rgb(147,138,241); }
td.TdClassName
{
border-color: #938AF1;
}
.TagClassName
{
border-color: #938AF1;
}
</style>