#7F9FAB

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

Shades of Bali Hai #7F9FAB

Tints of Bali Hai #7F9FAB

Color information

#7F9FAB (or 0x7F9FAB) is unknown color: approx Bali Hai. HEX triplet: 7F, 9F and AB. RGB value is (127,159,171). Sum of RGB (Red+Green+Blue) = 127+159+171=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9FAB is #806054. Grayscale: #969696. Windows color (decimal): -8413269 or 11247487. OLE color: 11247487.

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

Color convert

RGB127159171-
CMYK0.260.0700.33
HSL196.36º20.75%58.43%-
HSV(B)196.36º25.73%67.06%-
XYZ28.532.2543.25-
YUV150.8139.4111.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=27.79%
G=34.79%
B=37.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271591710.260.0700.33196.3620.7558.43
Hex7F9FAB1A7021c4153a
Octal1772372533270413042572
Binary111111110011111101010111101011101000011100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,171); }

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

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

 a { background-color: rgb(127,159,171); }

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

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

 span { border-color: rgb(127,159,171); }

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