Html Css Color HEX #7D949D Bali Hai

📋 copy color: '#7D949D'

red 125 ◦ green 148 ◦ blue 157

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

Shades of Bali Hai #7D949D

Tints of Bali Hai #7D949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 29.07%
G = 34.42%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D949D (or 0x7D949D) is known color: Bali Hai. HEX triplet: 7D, 94 and 9D. RGB value is (125,148,157). Sum of RGB (Red+Green+Blue) = 125+148+157=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D949D is #826B62. Grayscale: #8E8E8E. Windows color (decimal): -8547171 or 10327165. OLE color: 10327165.

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

Color convert

RGB 125 148 157 -
CMYK 0.20 0.06 0 0.38
HSL 196.88º 0.14% 0.55% -
HSV(B) 196.88º 0.2% 0.62% -
XYZ 25.13 27.97 35.97 -
YUV 142.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 125 148 157 0.20 0.06 0 0.38 196.88 0.14 0.55
Hex 7D 94 9D 14 6 0 26 C5 E 37
Octal 175 224 235 24 6 0 46 305 16 67
Binary 1111101 10010100 10011101 10100 110 0 100110 11000101 1110 110111

Color Harmonies of #7D949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D949D

Black with #7D949D

Text Example


Text Example

White with #7D949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,157); }

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

background-color css

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

 a { background-color: rgb(125,148,157); }

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

border-color css

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

 span { border-color: rgb(125,148,157); }

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