#7F97AF

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

Shades of Bali Hai #7F97AF

Tints of Bali Hai #7F97AF

Color information

#7F97AF (or 0x7F97AF) is unknown color: approx Bali Hai. HEX triplet: 7F, 97 and AF. RGB value is (127,151,175). Sum of RGB (Red+Green+Blue) = 127+151+175=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F97AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F97AF is #806850. Grayscale: #929292. Windows color (decimal): -8415313 or 11507583. OLE color: 11507583.

HSL color Cylindrical-coordinate representation of color #7F97AF: hue angle of 210º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F97AF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127151175-
CMYK0.270.1400.31
HSL210º23.08%59.22%-
HSV(B)210º27.43%68.63%-
XYZ27.5629.7444.85-
YUV146.56144.05114.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=28.04%
G=33.33%
B=38.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271511750.270.1400.3121023.0859.22
Hex7F97AF1BE01Fd2173b
Octal17722725733160373222773
Binary111111110010111101011111101111100111111101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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