#7D897E

Color #7D897E Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #7D897E

Tints of Blue Smoke #7D897E

Color information

#7D897E (or 0x7D897E) is unknown color: approx Blue Smoke. HEX triplet: 7D, 89 and 7E. RGB value is (125,137,126). Sum of RGB (Red+Green+Blue) = 125+137+126=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897E is #827681. Grayscale: #848484. Windows color (decimal): -8550018 or 8292733. OLE color: 8292733.

HSL color Cylindrical-coordinate representation of color #7D897E: hue angle of 125º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D897E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB125137126-
CMYK0.0900.080.46
HSL125º4.84%51.37%-
HSV(B)125º8.76%53.73%-
XYZ21.1723.7623.21-
YUV132.16124.52122.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=32.22%
G=35.31%
B=32.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251371260.0900.080.461254.8451.37
Hex7D897E9082E7d533
Octal1752111761101056175563
Binary11111011000100111111101001010001011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,126); }

 H1.HeaderClassName
 {
   color: #7D897E;
 }
 .AnyTagClassName
 {
   color: #7D897E;
 }
</style>
background-color css

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

 a { background-color: rgb(125,137,126); }

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

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

 span { border-color: rgb(125,137,126); }

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