#97A2FA

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

Shades of Perano #97A2FA

Tints of Perano #97A2FA

Color information

#97A2FA (or 0x97A2FA) is unknown color: approx Perano. HEX triplet: 97, A2 and FA. RGB value is (151,162,250). Sum of RGB (Red+Green+Blue) = 151+162+250=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #97A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A2FA is #685D05. Grayscale: #A8A8A8. Windows color (decimal): -6839558 or 16425623. OLE color: 16425623.

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

Color convert

RGB151162250-
CMYK0.400.3500.02
HSL233.33º90.83%78.63%-
HSV(B)233.33º39.6%98.04%-
XYZ42.9439.3295.77-
YUV168.74173.86115.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=26.82%
G=28.77%
B=44.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511622500.400.3500.02233.3390.8378.63
Hex97A2FA282302e95b4f
Octal227242372504302351133117
Binary1001011110100010111110101010001000110101110100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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