#97A5EB

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

Shades of Portage #97A5EB

Tints of Portage #97A5EB

Color information

#97A5EB (or 0x97A5EB) is unknown color: approx Portage. HEX triplet: 97, A5 and EB. RGB value is (151,165,235). Sum of RGB (Red+Green+Blue) = 151+165+235=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #97A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A5EB is #685A14. Grayscale: #A8A8A8. Windows color (decimal): -6838805 or 15443351. OLE color: 15443351.

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

Color convert

RGB151165235-
CMYK0.360.3000.08
HSL230º67.74%75.69%-
HSV(B)230º35.74%92.16%-
XYZ41.2139.4984.05-
YUV168.79165.36115.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.40%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=27.40%
G=29.95%
B=42.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511652350.360.3000.0823067.7475.69
Hex97A5EB241E08e6444c
Octal2272453534436010346104114
Binary10010111101001011110101110010011110010001110011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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