#7E959F

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

Shades of Bali Hai #7E959F

Tints of Bali Hai #7E959F

Color information

#7E959F (or 0x7E959F) is unknown color: approx Bali Hai. HEX triplet: 7E, 95 and 9F. RGB value is (126,149,159). Sum of RGB (Red+Green+Blue) = 126+149+159=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E959F is #816A60. Grayscale: #8F8F8F. Windows color (decimal): -8481377 or 10458494. OLE color: 10458494.

HSL color Cylindrical-coordinate representation of color #7E959F: hue angle of 198.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E959F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126149159-
CMYK0.210.0600.38
HSL198.18º14.67%55.88%-
HSV(B)198.18º20.75%62.35%-
XYZ25.6128.4336.94-
YUV143.26136.88115.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=29.03%
G=34.33%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261491590.210.0600.38198.1814.6755.88
Hex7E959F156026c6f38
Octal1762252372560463061770
Binary11111101001010110011111101011100100110110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,159); }

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

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

 a { background-color: rgb(126,149,159); }

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

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

 span { border-color: rgb(126,149,159); }

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