Html Css Color HEX #7F949F Bali Hai

📋 copy color: '#7F949F'

red 127 ◦ green 148 ◦ blue 159

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

Shades of Bali Hai #7F949F

Tints of Bali Hai #7F949F

RGB

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

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

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

R = 29.26%
G = 34.1%
B = 36.64%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F949F (or 0x7F949F) is known color: Bali Hai. HEX triplet: 7F, 94 and 9F. RGB value is (127,148,159). Sum of RGB (Red+Green+Blue) = 127+148+159=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 148 (58.20% from 255 or 34.10% 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 #7F949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F949F is #806B60. Grayscale: #8E8E8E. Windows color (decimal): -8416097 or 10458239. OLE color: 10458239.

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

Color convert

RGB 127 148 159 -
CMYK 0.20 0.07 0 0.38
HSL 200.63º 0.14% 0.56% -
HSV(B) 200.63º 0.2% 0.62% -
XYZ 25.6 28.2 36.89 -
YUV 142.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 127 148 159 0.20 0.07 0 0.38 200.63 0.14 0.56
Hex 7F 94 9F 14 7 0 26 C9 E 38
Octal 177 224 237 24 7 0 46 311 16 70
Binary 1111111 10010100 10011111 10100 111 0 100110 11001001 1110 111000

Color Harmonies of #7F949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F949F

Black with #7F949F

Text Example


Text Example

White with #7F949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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