#9797EA

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

Shades of Portage #9797EA

Tints of Portage #9797EA

Color information

#9797EA (or 0x9797EA) is unknown color: approx Portage. HEX triplet: 97, 97 and EA. RGB value is (151,151,234). Sum of RGB (Red+Green+Blue) = 151+151+234=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #9797EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9797EA is #686815. Grayscale: #A0A0A0. Windows color (decimal): -6842390 or 15374231. OLE color: 15374231.

HSL color Cylindrical-coordinate representation of color #9797EA: hue angle of 240º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9797EA is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151151234-
CMYK0.350.3500.08
HSL240º66.4%75.49%-
HSV(B)240º35.47%91.76%-
XYZ38.6834.6582.49-
YUV160.46169.5121.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=28.17%
G=28.17%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511512340.350.3500.0824066.475.49
Hex9797EA232308f0424b
Octal2272273524343010360102113
Binary100101111001011111101010100011100011010001111000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9797EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9797EA; }

 p { color: rgb(151,151,234); }

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

<style>
 a { background-color: #9797EA; }

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

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

<style>
 span { border-color: #9797EA; }

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

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