Shades of Light Slate Blue #9388F2
Tints of Light Slate Blue #9388F2
RGB
CMYK
RGB Variations
Color information
#9388F2 (or 0x9388F2) is known color: Light Slate Blue. HEX triplet: 93, 88 and F2. RGB value is (147,136,242). Sum of RGB (Red+Green+Blue) = 147+136+242=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #9388F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9388F2 is #6C770D. Grayscale: #969696. Windows color (decimal): -7108366 or 15894675. OLE color: 15894675.
HSL color Cylindrical-coordinate representation of color #9388F2: hue angle of 246.23º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9388F2 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 136 | 242 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.05 |
| HSL | 246.23º | 0.8% | 0.74% | - |
| HSV(B) | 246.23º | 0.44% | 0.95% | - |
| XYZ | 36.86 | 30.22 | 87.89 | - |
| YUV | 151.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 242 | 0.39 | 0.44 | 0 | 0.05 | 246.23 | 0.8 | 0.74 |
| Hex | 93 | 88 | F2 | 27 | 2C | 0 | 5 | F6 | 50 | 4A |
| Octal | 223 | 210 | 362 | 47 | 54 | 0 | 5 | 366 | 120 | 112 |
| Binary | 10010011 | 10001000 | 11110010 | 100111 | 101100 | 0 | 101 | 11110110 | 1010000 | 1001010 |
Color Harmonies of #9388F2
Complementary color
Monochromatic Colors of #9388F2
Black with #9388F2
Text Example
Text Example
White with #9388F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388F2; }
p { color: rgb(147,136,242); }
H1.HeaderClassName
{
color: #9388F2;
}
.AnyTagClassName
{
color: #9388F2;
}
</style>
background-color css
<style>
a { background-color: #9388F2; }
a { background-color: rgb(147,136,242); }
div.DivClassName
{
background-color: #9388F2;
}
.BgClassName
{
background-color: #9388F2;
}
</style>
border-color css
<style>
span { border-color: #9388F2; }
span { border-color: rgb(147,136,242); }
td.TdClassName
{
border-color: #9388F2;
}
.TagClassName
{
border-color: #9388F2;
}
</style>