#7F97AA

Color #7F97AA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7F97AA

Tints of Bali Hai #7F97AA

Color information

#7F97AA (or 0x7F97AA) is unknown color: approx Bali Hai. HEX triplet: 7F, 97 and AA. RGB value is (127,151,170). Sum of RGB (Red+Green+Blue) = 127+151+170=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F97AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F97AA is #806855. Grayscale: #919191. Windows color (decimal): -8415318 or 11179903. OLE color: 11179903.

HSL color Cylindrical-coordinate representation of color #7F97AA: hue angle of 206.51º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F97AA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127151170-
CMYK0.250.1100.33
HSL206.51º20.19%58.24%-
HSV(B)206.51º25.29%66.67%-
XYZ27.0729.5542.31-
YUV145.99141.55114.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=28.35%
G=33.71%
B=37.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271511700.250.1100.33206.5120.1958.24
Hex7F97AA19B021cf143a
Octal17722725231130413172472
Binary1111111100101111010101011001101101000011100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F97AA; }

 p { color: rgb(127,151,170); }

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

<style>
 a { background-color: #7F97AA; }

 a { background-color: rgb(127,151,170); }

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

<style>
 span { border-color: #7F97AA; }

 span { border-color: rgb(127,151,170); }

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