#97A7EC

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

Shades of Portage #97A7EC

Tints of Portage #97A7EC

Color information

#97A7EC (or 0x97A7EC) is unknown color: approx Portage. HEX triplet: 97, A7 and EC. RGB value is (151,167,236). Sum of RGB (Red+Green+Blue) = 151+167+236=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #97A7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A7EC is #685813. Grayscale: #A9A9A9. Windows color (decimal): -6838292 or 15509399. OLE color: 15509399.

HSL color Cylindrical-coordinate representation of color #97A7EC: hue angle of 228.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97A7EC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151167236-
CMYK0.360.2900.07
HSL228.71º69.11%75.88%-
HSV(B)228.71º36.02%92.55%-
XYZ41.7240.2784.93-
YUV170.08165.2114.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=27.26%
G=30.14%
B=42.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511672360.360.2900.07228.7169.1175.88
Hex97A7EC241D07e5454c
Octal227247354443507345105114
Binary1001011110100111111011001001001110101111110010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,167,236); }

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

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

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

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

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

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

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