#7F969E

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

Shades of Bali Hai #7F969E

Tints of Bali Hai #7F969E

Color information

#7F969E (or 0x7F969E) is unknown color: approx Bali Hai. HEX triplet: 7F, 96 and 9E. RGB value is (127,150,158). Sum of RGB (Red+Green+Blue) = 127+150+158=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F969E is #806961. Grayscale: #8F8F8F. Windows color (decimal): -8415586 or 10393215. OLE color: 10393215.

HSL color Cylindrical-coordinate representation of color #7F969E: hue angle of 195.48º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F969E is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127150158-
CMYK0.200.0500.38
HSL195.48º13.78%55.88%-
HSV(B)195.48º19.62%61.96%-
XYZ25.8328.7936.54-
YUV144.04135.88115.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=29.20%
G=34.48%
B=36.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271501580.200.0500.38195.4813.7855.88
Hex7F969E145026c3e38
Octal1772262362450463031670
Binary11111111001011010011110101001010100110110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,150,158); }

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

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

 a { background-color: rgb(127,150,158); }

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

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

 span { border-color: rgb(127,150,158); }

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