Html Css Color HEX #7F959B Bali Hai

📋 copy color: '#7F959B'

red 127 ◦ green 149 ◦ blue 155

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

Shades of Bali Hai #7F959B

Tints of Bali Hai #7F959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 29.47%
G = 34.57%
B = 35.96%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F959B (or 0x7F959B) is known color: Bali Hai. HEX triplet: 7F, 95 and 9B. RGB value is (127,149,155). Sum of RGB (Red+Green+Blue) = 127+149+155=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F959B is #806A64. Grayscale: #8F8F8F. Windows color (decimal): -8415845 or 10196351. OLE color: 10196351.

HSL color Cylindrical-coordinate representation of color #7F959B: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F959B is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 149 155 -
CMYK 0.18 0.04 0 0.39
HSL 192.86º 0.12% 0.55% -
HSV(B) 192.86º 0.18% 0.61% -
XYZ 25.42 28.37 35.15 -
YUV 143.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 127 149 155 0.18 0.04 0 0.39 192.86 0.12 0.55
Hex 7F 95 9B 12 4 0 27 C1 C 37
Octal 177 225 233 22 4 0 47 301 14 67
Binary 1111111 10010101 10011011 10010 100 0 100111 11000001 1100 110111

Color Harmonies of #7F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F959B

Black with #7F959B

Text Example


Text Example

White with #7F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,149,155); }

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

background-color css

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

 a { background-color: rgb(127,149,155); }

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

border-color css

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

 span { border-color: rgb(127,149,155); }

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