#9797FA

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

Shades of Portage #9797FA

Tints of Portage #9797FA

Color information

#9797FA (or 0x9797FA) is unknown color: approx Portage. HEX triplet: 97, 97 and FA. RGB value is (151,151,250). Sum of RGB (Red+Green+Blue) = 151+151+250=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9797FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9797FA is #686805. Grayscale: #A1A1A1. Windows color (decimal): -6842374 or 16422807. OLE color: 16422807.

HSL color Cylindrical-coordinate representation of color #9797FA: hue angle of 240º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9797FA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151151250-
CMYK0.400.4000.02
HSL240º90.83%78.63%-
HSV(B)240º39.6%98.04%-
XYZ41.0835.6195.15-
YUV162.29177.5119.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.36%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=27.36%
G=27.36%
B=45.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511512500.400.4000.0224090.8378.63
Hex9797FA282802f05b4f
Octal227227372505002360133117
Binary1001011110010111111110101010001010000101111000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9797FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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