#97A1FB

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

Shades of Perano #97A1FB

Tints of Perano #97A1FB

Color information

#97A1FB (or 0x97A1FB) is unknown color: approx Perano. HEX triplet: 97, A1 and FB. RGB value is (151,161,251). Sum of RGB (Red+Green+Blue) = 151+161+251=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #97A1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A1FB is #685E04. Grayscale: #A7A7A7. Windows color (decimal): -6839813 or 16490903. OLE color: 16490903.

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

Color convert

RGB151161251-
CMYK0.400.3600.02
HSL234º92.59%78.82%-
HSV(B)234º39.84%98.43%-
XYZ42.9239.0396.54-
YUV168.27174.69115.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=26.82%
G=28.60%
B=44.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511612510.400.3600.0223492.5978.82
Hex97A1FB282402ea5d4f
Octal227241373504402352135117
Binary1001011110100001111110111010001001000101110101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,161,251); }

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

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

 a { background-color: rgb(151,161,251); }

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

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

 span { border-color: rgb(151,161,251); }

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