Html Css Color HEX #7D959F Bali Hai

📋 copy color: '#7D959F'

red 125 ◦ green 149 ◦ blue 159

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

Shades of Bali Hai #7D959F

Tints of Bali Hai #7D959F

RGB

 RED value IS 125 (49.22% from 255) = 28.87%

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 28.87%
G = 34.41%
B = 36.72%

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

#7D959F (or 0x7D959F) is known color: Bali Hai. HEX triplet: 7D, 95 and 9F. RGB value is (125,149,159). Sum of RGB (Red+Green+Blue) = 125+149+159=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D959F is #826A60. Grayscale: #8E8E8E. Windows color (decimal): -8546913 or 10458493. OLE color: 10458493.

HSL color Cylindrical-coordinate representation of color #7D959F: hue angle of 197.65º 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 #7D959F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 149 159 -
CMYK 0.21 0.06 0 0.38
HSL 197.65º 0.15% 0.56% -
HSV(B) 197.65º 0.21% 0.62% -
XYZ 25.46 28.36 36.93 -
YUV 142.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 125 149 159 0.21 0.06 0 0.38 197.65 0.15 0.56
Hex 7D 95 9F 15 6 0 26 C6 F 38
Octal 175 225 237 25 6 0 46 306 17 70
Binary 1111101 10010101 10011111 10101 110 0 100110 11000110 1111 111000

Color Harmonies of #7D959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D959F

Black with #7D959F

Text Example


Text Example

White with #7D959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D959F;
 }
 .AnyTagClassName
 {
   color: #7D959F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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