Html Css Color HEX #7B937E Blue Smoke

📋 copy color: '#7B937E'

red 123 ◦ green 147 ◦ blue 126

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

Shades of Blue Smoke #7B937E

Tints of Blue Smoke #7B937E

RGB

 RED value IS 123 (48.44% from 255) = 31.06%

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 31.06%
G = 37.12%
B = 31.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#7B937E (or 0x7B937E) is known color: Blue Smoke. HEX triplet: 7B, 93 and 7E. RGB value is (123,147,126). Sum of RGB (Red+Green+Blue) = 123+147+126=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937E is #846C81. Grayscale: #898989. Windows color (decimal): -8678530 or 8295291. OLE color: 8295291.

HSL color Cylindrical-coordinate representation of color #7B937E: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B937E is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 126 -
CMYK 0.16 0 0.14 0.42
HSL 127.5º 0.1% 0.53% -
HSV(B) 127.5º 0.16% 0.58% -
XYZ 22.37 26.58 23.69 -
YUV 137.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 123 147 126 0.16 0 0.14 0.42 127.5 0.1 0.53
Hex 7B 93 7E 10 0 E 2A 80 A 35
Octal 173 223 176 20 0 16 52 200 12 65
Binary 1111011 10010011 1111110 10000 0 1110 101010 10000000 1010 110101

Color Harmonies of #7B937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937E

Black with #7B937E

Text Example


Text Example

White with #7B937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,147,126); }

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

background-color css

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

 a { background-color: rgb(123,147,126); }

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

border-color css

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

 span { border-color: rgb(123,147,126); }

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