#97A3F4

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

Shades of Portage #97A3F4

Tints of Portage #97A3F4

Color information

#97A3F4 (or 0x97A3F4) is unknown color: approx Portage. HEX triplet: 97, A3 and F4. RGB value is (151,163,244). Sum of RGB (Red+Green+Blue) = 151+163+244=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #97A3F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A3F4 is #685C0B. Grayscale: #A8A8A8. Windows color (decimal): -6839308 or 16032663. OLE color: 16032663.

HSL color Cylindrical-coordinate representation of color #97A3F4: hue angle of 232.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97A3F4 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151163244-
CMYK0.380.3300.04
HSL232.26º80.87%77.45%-
HSV(B)232.26º38.11%95.69%-
XYZ42.1939.3190.95-
YUV168.65170.52115.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 244 (95.70% from 255) = 43.73%
R=27.06%
G=29.21%
B=43.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511632440.380.3300.04232.2680.8777.45
Hex97A3F4262104e8514d
Octal227243364464104350121115
Binary10010111101000111111010010011010000101001110100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A3F4; }

 p { color: rgb(151,163,244); }

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

<style>
 a { background-color: #97A3F4; }

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

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

<style>
 span { border-color: #97A3F4; }

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

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