#7FA4B6

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

Shades of Bali Hai #7FA4B6

Tints of Bali Hai #7FA4B6

Color information

#7FA4B6 (or 0x7FA4B6) is unknown color: approx Bali Hai. HEX triplet: 7F, A4 and B6. RGB value is (127,164,182). Sum of RGB (Red+Green+Blue) = 127+164+182=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FA4B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4B6 is #805B49. Grayscale: #9A9A9A. Windows color (decimal): -8411978 or 11969663. OLE color: 11969663.

HSL color Cylindrical-coordinate representation of color #7FA4B6: hue angle of 199.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA4B6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127164182-
CMYK0.300.1000.29
HSL199.64º27.36%60.59%-
HSV(B)199.64º30.22%71.37%-
XYZ30.4734.4449.3-
YUV154.99143.24108.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=26.85%
G=34.67%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271641820.300.1000.29199.6427.3660.59
Hex7FA4B61EA01Dc81b3d
Octal17724426636120353103375
Binary111111110100100101101101111010100111011100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,182); }

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

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

 a { background-color: rgb(127,164,182); }

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

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

 span { border-color: rgb(127,164,182); }

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