#97A2FB

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

Shades of Perano #97A2FB

Tints of Perano #97A2FB

Color information

#97A2FB (or 0x97A2FB) is unknown color: approx Perano. HEX triplet: 97, A2 and FB. RGB value is (151,162,251). Sum of RGB (Red+Green+Blue) = 151+162+251=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #97A2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A2FB is #685D04. Grayscale: #A8A8A8. Windows color (decimal): -6839557 or 16491159. OLE color: 16491159.

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

Color convert

RGB151162251-
CMYK0.400.3500.02
HSL233.4º92.59%78.82%-
HSV(B)233.4º39.84%98.43%-
XYZ43.139.3996.6-
YUV168.86174.36115.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=26.77%
G=28.72%
B=44.50%

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
Decimal1511622510.400.3500.02233.492.5978.82
Hex97A2FB282302e95d4f
Octal227242373504302351135117
Binary1001011110100010111110111010001000110101110100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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