#7D949E

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

Shades of Bali Hai #7D949E

Tints of Bali Hai #7D949E

Color information

#7D949E (or 0x7D949E) is unknown color: approx Bali Hai. HEX triplet: 7D, 94 and 9E. RGB value is (125,148,158). Sum of RGB (Red+Green+Blue) = 125+148+158=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D949E is #826B61. Grayscale: #8E8E8E. Windows color (decimal): -8547170 or 10392701. OLE color: 10392701.

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

Color convert

RGB125148158-
CMYK0.210.0600.38
HSL198.18º14.54%55.49%-
HSV(B)198.18º20.89%61.96%-
XYZ25.2228.0136.42-
YUV142.26136.88115.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=29.00%
G=34.34%
B=36.66%

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
Decimal1251481580.210.0600.38198.1814.5455.49
Hex7D949E156026c6f37
Octal1752242362560463061767
Binary11111011001010010011110101011100100110110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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