#97a3ec

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

Shades of Portage #97A3EC

Tints of Portage #97A3EC

Color information

#97A3EC (or 0x97A3EC) is unknown color: approx Portage. HEX triplet: 97, A3 and EC. RGB value is (151,163,236). Sum of RGB (Red+Green+Blue) = 151+163+236=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #97A3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A3EC is #685C13. Grayscale: #A7A7A7. Windows color (decimal): -6839316 or 15508375. OLE color: 15508375.

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

Color convert

RGB151163236-
CMYK0.360.3100.07
HSL231.53º69.11%75.88%-
HSV(B)231.53º36.02%92.55%-
XYZ4138.8384.69-
YUV167.73166.52116.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.45%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=27.45%
G=29.64%
B=42.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511632360.360.3100.07231.5369.1175.88
Hex97A3EC241F07e8454c
Octal227243354443707350105114
Binary1001011110100011111011001001001111101111110100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97a3ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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