Html Css Color HEX #7E959F Bali Hai

📋 copy color: '#7E959F'

red 126 ◦ green 149 ◦ blue 159

#7E959F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7E959F

Tints of Bali Hai #7E959F

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 value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E959F (or 0x7E959F) is known color: 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

RGB 126 149 159 -
CMYK 0.21 0.06 0 0.38
HSL 198.18º 0.15% 0.56% -
HSV(B) 198.18º 0.21% 0.62% -
XYZ 25.61 28.43 36.94 -
YUV 143.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 126 149 159 0.21 0.06 0 0.38 198.18 0.15 0.56
Hex 7E 95 9F 15 6 0 26 C6 F 38
Octal 176 225 237 25 6 0 46 306 17 70
Binary 1111110 10010101 10011111 10101 110 0 100110 11000110 1111 111000

Color Harmonies of #7E959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E959F

Black with #7E959F

Text Example


Text Example

White with #7E959F

Text Example


Text Example

HTML Codes & Css Web 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>