#97A6EB

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

Shades of Portage #97A6EB

Tints of Portage #97A6EB

Color information

#97A6EB (or 0x97A6EB) is unknown color: approx Portage. HEX triplet: 97, A6 and EB. RGB value is (151,166,235). Sum of RGB (Red+Green+Blue) = 151+166+235=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #97A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A6EB is #685914. Grayscale: #A9A9A9. Windows color (decimal): -6838549 or 15443607. OLE color: 15443607.

HSL color Cylindrical-coordinate representation of color #97A6EB: hue angle of 229.29º 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 #97A6EB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151166235-
CMYK0.360.2900.08
HSL229.29º67.74%75.69%-
HSV(B)229.29º35.74%92.16%-
XYZ41.3939.8584.11-
YUV169.38165.03114.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.36%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=27.36%
G=30.07%
B=42.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511662350.360.2900.08229.2967.7475.69
Hex97A6EB241D08e5444c
Octal2272463534435010345104114
Binary10010111101001101110101110010011101010001110010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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