#7FA0B4

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

Shades of Bali Hai #7FA0B4

Tints of Bali Hai #7FA0B4

Color information

#7FA0B4 (or 0x7FA0B4) is unknown color: approx Bali Hai. HEX triplet: 7F, A0 and B4. RGB value is (127,160,180). Sum of RGB (Red+Green+Blue) = 127+160+180=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FA0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0B4 is #805F4B. Grayscale: #989898. Windows color (decimal): -8413004 or 11837567. OLE color: 11837567.

HSL color Cylindrical-coordinate representation of color #7FA0B4: hue angle of 202.64º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA0B4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127160180-
CMYK0.290.1100.29
HSL202.64º26.11%60.2%-
HSV(B)202.64º29.44%70.59%-
XYZ29.5632.9547.98-
YUV152.41143.57109.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=27.19%
G=34.26%
B=38.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271601800.290.1100.29202.6426.1160.2
Hex7FA0B41DB01Dcb1a3c
Octal17724026435130353133274
Binary111111110100000101101001110110110111011100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,160,180); }

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

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

 a { background-color: rgb(127,160,180); }

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

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

 span { border-color: rgb(127,160,180); }

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