#97A6FC

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

Shades of Perano #97A6FC

Tints of Perano #97A6FC

Color information

#97A6FC (or 0x97A6FC) is unknown color: approx Perano. HEX triplet: 97, A6 and FC. RGB value is (151,166,252). Sum of RGB (Red+Green+Blue) = 151+166+252=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #97A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A6FC is #685903. Grayscale: #AAAAAA. Windows color (decimal): -6838532 or 16557719. OLE color: 16557719.

HSL color Cylindrical-coordinate representation of color #97A6FC: hue angle of 231.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A6FC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151166252-
CMYK0.400.3400.01
HSL231.09º94.39%79.02%-
HSV(B)231.09º40.08%98.82%-
XYZ43.9740.8897.67-
YUV171.32173.53113.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.54%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=26.54%
G=29.17%
B=44.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511662520.400.3400.01231.0994.3979.02
Hex97A6FC282201e75e4f
Octal227246374504201347136117
Binary100101111010011011111100101000100010011110011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,252); }

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

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

 a { background-color: rgb(151,166,252); }

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

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

 span { border-color: rgb(151,166,252); }

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