#97A2EB

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

Shades of Portage #97A2EB

Tints of Portage #97A2EB

Color information

#97A2EB (or 0x97A2EB) is unknown color: approx Portage. HEX triplet: 97, A2 and EB. RGB value is (151,162,235). Sum of RGB (Red+Green+Blue) = 151+162+235=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #97A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A2EB is #685D14. Grayscale: #A6A6A6. Windows color (decimal): -6839573 or 15442583. OLE color: 15442583.

HSL color Cylindrical-coordinate representation of color #97A2EB: hue angle of 232.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97A2EB is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151162235-
CMYK0.360.3100.08
HSL232.14º67.74%75.69%-
HSV(B)232.14º35.74%92.16%-
XYZ40.6838.4283.87-
YUV167.03166.36116.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=27.55%
G=29.56%
B=42.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511622350.360.3100.08232.1467.7475.69
Hex97A2EB241F08e8444c
Octal2272423534437010350104114
Binary10010111101000101110101110010011111010001110100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,162,235); }

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

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

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

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

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

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

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