#9397EE

Color #9397EE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9397EE

Tints of Portage #9397EE

Color information

#9397EE (or 0x9397EE) is unknown color: approx Portage. HEX triplet: 93, 97 and EE. RGB value is (147,151,238). Sum of RGB (Red+Green+Blue) = 147+151+238=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9397EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9397EE is #6C6811. Grayscale: #9F9F9F. Windows color (decimal): -7104530 or 15636371. OLE color: 15636371.

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

Color convert

RGB147151238-
CMYK0.380.3700.07
HSL237.36º72.8%75.49%-
HSV(B)237.36º38.24%93.33%-
XYZ38.5334.5185.52-
YUV159.72172.17118.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=27.43%
G=28.17%
B=44.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471512380.380.3700.07237.3672.875.49
Hex9397EE262507ed494b
Octal223227356464507355111113
Binary10010011100101111110111010011010010101111110110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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