#97A9EB

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

Shades of Perano #97A9EB

Tints of Perano #97A9EB

Color information

#97A9EB (or 0x97A9EB) is unknown color: approx Perano. HEX triplet: 97, A9 and EB. RGB value is (151,169,235). Sum of RGB (Red+Green+Blue) = 151+169+235=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #97A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A9EB is #685614. Grayscale: #AAAAAA. Windows color (decimal): -6837781 or 15444375. OLE color: 15444375.

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

Color convert

RGB151169235-
CMYK0.360.2800.08
HSL227.14º67.74%75.69%-
HSV(B)227.14º35.74%92.16%-
XYZ41.9540.9584.29-
YUV171.14164.04113.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=27.21%
G=30.45%
B=42.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511692350.360.2800.08227.1467.7475.69
Hex97A9EB241C08e3444c
Octal2272513534434010343104114
Binary10010111101010011110101110010011100010001110001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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