#9389ED

Color #9389ED Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9389ED

Tints of Light Slate Blue #9389ED

Color information

#9389ED (or 0x9389ED) is unknown color: approx Light Slate Blue. HEX triplet: 93, 89 and ED. RGB value is (147,137,237). Sum of RGB (Red+Green+Blue) = 147+137+237=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #9389ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389ED is #6C7612. Grayscale: #979797. Windows color (decimal): -7108115 or 15567251. OLE color: 15567251.

HSL color Cylindrical-coordinate representation of color #9389ED: hue angle of 246º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9389ED is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147137237-
CMYK0.380.4200.07
HSL246º73.53%73.33%-
HSV(B)246º42.19%92.94%-
XYZ36.2630.2184.04-
YUV151.39176.31124.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=28.21%
G=26.30%
B=45.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471372370.380.4200.0724673.5373.33
Hex9389ED262A07f64a49
Octal223211355465207366112111
Binary10010011100010011110110110011010101001111111011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9389ED; }

 p { color: rgb(147,137,237); }

 H1.HeaderClassName
 {
   color: #9389ED;
 }
 .AnyTagClassName
 {
   color: #9389ED;
 }
</style>
background-color css

<style>
 a { background-color: #9389ED; }

 a { background-color: rgb(147,137,237); }

 div.DivClassName
 {
   background-color: #9389ED;
 }
 .BgClassName
 {
   background-color: #9389ED;
 }
</style>
border-color css

<style>
 span { border-color: #9389ED; }

 span { border-color: rgb(147,137,237); }

 td.TdClassName
 {
   border-color: #9389ED;
 }
 .TagClassName
 {
   border-color: #9389ED;
 }
</style>