#97A4FA

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

Shades of Perano #97A4FA

Tints of Perano #97A4FA

Color information

#97A4FA (or 0x97A4FA) is unknown color: approx Perano. HEX triplet: 97, A4 and FA. RGB value is (151,164,250). Sum of RGB (Red+Green+Blue) = 151+164+250=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #97A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A4FA is #685B05. Grayscale: #A9A9A9. Windows color (decimal): -6839046 or 16426135. OLE color: 16426135.

HSL color Cylindrical-coordinate representation of color #97A4FA: hue angle of 232.12º 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 #97A4FA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151164250-
CMYK0.400.3400.02
HSL232.12º90.83%78.63%-
HSV(B)232.12º39.6%98.04%-
XYZ43.2940.0395.89-
YUV169.92173.19114.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.73%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=26.73%
G=29.03%
B=44.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511642500.400.3400.02232.1290.8378.63
Hex97A4FA282202e85b4f
Octal227244372504202350133117
Binary1001011110100100111110101010001000100101110100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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