Html Css Color HEX #7F949E Bali Hai

📋 copy color: '#7F949E'

red 127 ◦ green 148 ◦ blue 158

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

Shades of Bali Hai #7F949E

Tints of Bali Hai #7F949E

RGB

 RED value IS 127 (50% from 255) = 29.33%

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 29.33%
G = 34.18%
B = 36.49%

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

#7F949E (or 0x7F949E) is known color: Bali Hai. HEX triplet: 7F, 94 and 9E. RGB value is (127,148,158). Sum of RGB (Red+Green+Blue) = 127+148+158=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F949E is #806B61. Grayscale: #8E8E8E. Windows color (decimal): -8416098 or 10392703. OLE color: 10392703.

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

Color convert

RGB 127 148 158 -
CMYK 0.20 0.06 0 0.38
HSL 199.35º 0.14% 0.56% -
HSV(B) 199.35º 0.2% 0.62% -
XYZ 25.51 28.16 36.44 -
YUV 142.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 127 148 158 0.20 0.06 0 0.38 199.35 0.14 0.56
Hex 7F 94 9E 14 6 0 26 C7 E 38
Octal 177 224 236 24 6 0 46 307 16 70
Binary 1111111 10010100 10011110 10100 110 0 100110 11000111 1110 111000

Color Harmonies of #7F949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F949E

Black with #7F949E

Text Example


Text Example

White with #7F949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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