#9381EE

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

Shades of Light Slate Blue #9381EE

Tints of Light Slate Blue #9381EE

Color information

#9381EE (or 0x9381EE) is unknown color: approx Light Slate Blue. HEX triplet: 93, 81 and EE. RGB value is (147,129,238). Sum of RGB (Red+Green+Blue) = 147+129+238=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #9381EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381EE is #6C7E11. Grayscale: #929292. Windows color (decimal): -7110162 or 15630739. OLE color: 15630739.

HSL color Cylindrical-coordinate representation of color #9381EE: hue angle of 249.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9381EE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147129238-
CMYK0.380.4600.07
HSL249.91º76.22%71.96%-
HSV(B)249.91º45.8%93.33%-
XYZ35.3228.0884.45-
YUV146.81179.46128.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=28.60%
G=25.10%
B=46.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471292380.380.4600.07249.9176.2271.96
Hex9381EE262E07fa4c48
Octal223201356465607372114110
Binary10010011100000011110111010011010111001111111101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9381EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9381EE; }

 p { color: rgb(147,129,238); }

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

<style>
 a { background-color: #9381EE; }

 a { background-color: rgb(147,129,238); }

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

<style>
 span { border-color: #9381EE; }

 span { border-color: rgb(147,129,238); }

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