#9389ff

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

Shades of Light Slate Blue #9389FF

Tints of Light Slate Blue #9389FF

Color information

#9389FF (or 0x9389FF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 89 and FF. RGB value is (147,137,255). Sum of RGB (Red+Green+Blue) = 147+137+255=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9389FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389FF is #6C7600. Grayscale: #989898. Windows color (decimal): -7108097 or 16746899. OLE color: 16746899.

HSL color Cylindrical-coordinate representation of color #9389FF: hue angle of 245.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9389FF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147137255-
CMYK0.420.4600
HSL245.08º100%76.86%-
HSV(B)245.08º46.27%100%-
XYZ39.0331.3198.6-
YUV153.44185.31123.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 255 (100% from 255) = 47.31%
R=27.27%
G=25.42%
B=47.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471372550.420.4600245.0810076.86
Hex9389FF2A2E00f5644d
Octal223211377525600365144115
Binary100100111000100111111111101010101110001111010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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