#9397DE

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

Shades of Portage #9397DE

Tints of Portage #9397DE

Color information

#9397DE (or 0x9397DE) is unknown color: approx Portage. HEX triplet: 93, 97 and DE. RGB value is (147,151,222). Sum of RGB (Red+Green+Blue) = 147+151+222=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #9397DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397DE is #6C6821. Grayscale: #9D9D9D. Windows color (decimal): -7104546 or 14587795. OLE color: 14587795.

HSL color Cylindrical-coordinate representation of color #9397DE: hue angle of 236.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9397DE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147151222-
CMYK0.340.3200.13
HSL236.8º53.19%72.35%-
HSV(B)236.8º33.78%87.06%-
XYZ36.2833.6173.68-
YUV157.9164.17120.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=28.27%
G=29.04%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471512220.340.3200.13236.853.1972.35
Hex9397DE22200Ded3548
Octal223227336424001535565110
Binary10010011100101111101111010001010000001101111011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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