#7D8D83

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

Shades of Blue Smoke #7D8D83

Tints of Blue Smoke #7D8D83

Color information

#7D8D83 (or 0x7D8D83) is unknown color: approx Blue Smoke. HEX triplet: 7D, 8D and 83. RGB value is (125,141,131). Sum of RGB (Red+Green+Blue) = 125+141+131=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8D83 is #82727C. Grayscale: #878787. Windows color (decimal): -8548989 or 8621437. OLE color: 8621437.

HSL color Cylindrical-coordinate representation of color #7D8D83: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D8D83 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB125141131-
CMYK0.1100.070.45
HSL142.5º6.56%52.16%-
HSV(B)142.5º11.35%55.29%-
XYZ22.0825.0525.14-
YUV135.08125.7120.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=31.49%
G=35.52%
B=33.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251411310.1100.070.45142.56.5652.16
Hex7D8D83B072D8e734
Octal175215203130755216764
Binary111110110001101100000111011011110110110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,131); }

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

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

 a { background-color: rgb(125,141,131); }

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

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

 span { border-color: rgb(125,141,131); }

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