Html Css Color HEX #7C959D Bali Hai

📋 copy color: '#7C959D'

red 124 ◦ green 149 ◦ blue 157

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

Shades of Bali Hai #7C959D

Tints of Bali Hai #7C959D

RGB

 RED value IS 124 (48.83% from 255) = 28.84%

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

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

R = 28.84%
G = 34.65%
B = 36.51%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C959D (or 0x7C959D) is known color: Bali Hai. HEX triplet: 7C, 95 and 9D. RGB value is (124,149,157). Sum of RGB (Red+Green+Blue) = 124+149+157=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 149 (58.59% from 255 or 34.65% 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 #7C959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C959D is #836A62. Grayscale: #8E8E8E. Windows color (decimal): -8612451 or 10327420. OLE color: 10327420.

HSL color Cylindrical-coordinate representation of color #7C959D: hue angle of 194.55º degrees, saturation: 0.14, 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 #7C959D is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 149 157 -
CMYK 0.21 0.05 0 0.38
HSL 194.55º 0.14% 0.55% -
HSV(B) 194.55º 0.21% 0.62% -
XYZ 25.15 28.21 36.02 -
YUV 142.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 124 149 157 0.21 0.05 0 0.38 194.55 0.14 0.55
Hex 7C 95 9D 15 5 0 26 C3 E 37
Octal 174 225 235 25 5 0 46 303 16 67
Binary 1111100 10010101 10011101 10101 101 0 100110 11000011 1110 110111

Color Harmonies of #7C959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C959D

Black with #7C959D

Text Example


Text Example

White with #7C959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,149,157); }

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

background-color css

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

 a { background-color: rgb(124,149,157); }

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

border-color css

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

 span { border-color: rgb(124,149,157); }

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