#9797E1

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

Shades of Portage #9797E1

Tints of Portage #9797E1

Color information

#9797E1 (or 0x9797E1) is unknown color: approx Portage. HEX triplet: 97, 97 and E1. RGB value is (151,151,225). Sum of RGB (Red+Green+Blue) = 151+151+225=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #9797E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9797E1 is #68681E. Grayscale: #9F9F9F. Windows color (decimal): -6842399 or 14784407. OLE color: 14784407.

HSL color Cylindrical-coordinate representation of color #9797E1: hue angle of 240º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9797E1 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151151225-
CMYK0.330.3300.12
HSL240º55.22%73.73%-
HSV(B)240º32.89%88.24%-
XYZ37.4234.1575.85-
YUV159.44165121.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=28.65%
G=28.65%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1511512250.330.3300.1224055.2273.73
Hex9797E121210Cf0374a
Octal227227341414101436067112
Binary10010111100101111110000110000110000101100111100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9797E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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