#7B828E

Color #7B828E Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #7B828E

Tints of Slate Grey #7B828E

Color information

#7B828E (or 0x7B828E) is unknown color: approx Slate Grey. HEX triplet: 7B, 82 and 8E. RGB value is (123,130,142). Sum of RGB (Red+Green+Blue) = 123+130+142=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B828E is #847D71. Grayscale: #818181. Windows color (decimal): -8682866 or 9339515. OLE color: 9339515.

HSL color Cylindrical-coordinate representation of color #7B828E: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B828E is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123130142-
CMYK0.130.0800.44
HSL217.89º7.76%51.96%-
HSV(B)217.89º13.38%55.69%-
XYZ21.0322.1328.75-
YUV129.28135.18123.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=31.14%
G=32.91%
B=35.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231301420.130.0800.44217.897.7651.96
Hex7B828ED802Cda834
Octal17320221615100543321064
Binary11110111000001010001110110110000101100110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,130,142); }

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

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

 a { background-color: rgb(123,130,142); }

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

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

 span { border-color: rgb(123,130,142); }

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