#7FA2B1

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

Shades of Bali Hai #7FA2B1

Tints of Bali Hai #7FA2B1

Color information

#7FA2B1 (or 0x7FA2B1) is unknown color: approx Bali Hai. HEX triplet: 7F, A2 and B1. RGB value is (127,162,177). Sum of RGB (Red+Green+Blue) = 127+162+177=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #7FA2B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA2B1 is #805D4E. Grayscale: #999999. Windows color (decimal): -8412495 or 11641471. OLE color: 11641471.

HSL color Cylindrical-coordinate representation of color #7FA2B1: hue angle of 198º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FA2B1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127162177-
CMYK0.280.0800.31
HSL198º24.27%59.61%-
HSV(B)198º28.25%69.41%-
XYZ29.6133.5346.51-
YUV153.24141.4109.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=27.25%
G=34.76%
B=37.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271621770.280.0800.3119824.2759.61
Hex7FA2B11C801Fc6183c
Octal17724226134100373063074
Binary111111110100010101100011110010000111111100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,177); }

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

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

 a { background-color: rgb(127,162,177); }

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

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

 span { border-color: rgb(127,162,177); }

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