Html Css Color HEX #798B7D Blue Smoke

📋 copy color: '#798B7D'

red 121 ◦ green 139 ◦ blue 125

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

Shades of Blue Smoke #798B7D

Tints of Blue Smoke #798B7D

RGB

 RED value IS 121 (47.66% from 255) = 31.43%

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 31.43%
G = 36.1%
B = 32.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#798B7D (or 0x798B7D) is known color: Blue Smoke. HEX triplet: 79, 8B and 7D. RGB value is (121,139,125). Sum of RGB (Red+Green+Blue) = 121+139+125=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #798B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798B7D is #867482. Grayscale: #848484. Windows color (decimal): -8811651 or 8227705. OLE color: 8227705.

HSL color Cylindrical-coordinate representation of color #798B7D: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #798B7D is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 139 125 -
CMYK 0.13 0 0.10 0.45
HSL 133.33º 0.07% 0.51% -
HSV(B) 133.33º 0.13% 0.55% -
XYZ 20.82 24.01 22.94 -
YUV 132.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 121 139 125 0.13 0 0.10 0.45 133.33 0.07 0.51
Hex 79 8B 7D D 0 A 2D 85 7 33
Octal 171 213 175 15 0 12 55 205 7 63
Binary 1111001 10001011 1111101 1101 0 1010 101101 10000101 111 110011

Color Harmonies of #798B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B7D

Black with #798B7D

Text Example


Text Example

White with #798B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B7D; }

 p { color: rgb(121,139,125); }

 H1.HeaderClassName
 {
   color: #798B7D;
 }
 .AnyTagClassName
 {
   color: #798B7D;
 }
</style>

background-color css

<style>
 a { background-color: #798B7D; }

 a { background-color: rgb(121,139,125); }

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

border-color css

<style>
 span { border-color: #798B7D; }

 span { border-color: rgb(121,139,125); }

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