#9797FF

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

Shades of Portage #9797FF

Tints of Portage #9797FF

Color information

#9797FF (or 0x9797FF) is unknown color: approx Portage. HEX triplet: 97, 97 and FF. RGB value is (151,151,255). Sum of RGB (Red+Green+Blue) = 151+151+255=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9797FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9797FF is #686800. Grayscale: #A2A2A2. Windows color (decimal): -6842369 or 16750487. OLE color: 16750487.

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

Color convert

RGB151151255-
CMYK0.410.4100
HSL240º100%79.61%-
HSV(B)240º40.78%100%-
XYZ41.8835.9399.34-
YUV162.86180119.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.11%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 255 (100% from 255) = 45.78%
R=27.11%
G=27.11%
B=45.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511512550.410.410024010079.61
Hex9797FF292900f06450
Octal227227377515100360144120
Binary100101111001011111111111101001101001001111000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9797FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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