#97A9FA

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

Shades of Perano #97A9FA

Tints of Perano #97A9FA

Color information

#97A9FA (or 0x97A9FA) is unknown color: approx Perano. HEX triplet: 97, A9 and FA. RGB value is (151,169,250). Sum of RGB (Red+Green+Blue) = 151+169+250=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #97A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A9FA is #685605. Grayscale: #ACACAC. Windows color (decimal): -6837766 or 16427415. OLE color: 16427415.

HSL color Cylindrical-coordinate representation of color #97A9FA: hue angle of 229.09º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A9FA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151169250-
CMYK0.400.3200.02
HSL229.09º90.83%78.63%-
HSV(B)229.09º39.6%98.04%-
XYZ44.2141.8696.19-
YUV172.85171.54112.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=26.49%
G=29.65%
B=43.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511692500.400.3200.02229.0990.8378.63
Hex97A9FA282002e55b4f
Octal227251372504002345133117
Binary1001011110101001111110101010001000000101110010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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