Html Css Color HEX #7B828D Slate Grey

📋 copy color: '#7B828D'

red 123 ◦ green 130 ◦ blue 141

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

Shades of Slate Grey #7B828D

Tints of Slate Grey #7B828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 31.22%
G = 32.99%
B = 35.79%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B828D (or 0x7B828D) is known color: Slate Grey. HEX triplet: 7B, 82 and 8D. RGB value is (123,130,141). Sum of RGB (Red+Green+Blue) = 123+130+141=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B828D is #847D72. Grayscale: #818181. Windows color (decimal): -8682867 or 9273979. OLE color: 9273979.

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

Color convert

RGB 123 130 141 -
CMYK 0.13 0.08 0 0.45
HSL 216.67º 0.07% 0.52% -
HSV(B) 216.67º 0.13% 0.55% -
XYZ 20.96 22.1 28.36 -
YUV 129.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 123 130 141 0.13 0.08 0 0.45 216.67 0.07 0.52
Hex 7B 82 8D D 8 0 2D D9 7 34
Octal 173 202 215 15 10 0 55 331 7 64
Binary 1111011 10000010 10001101 1101 1000 0 101101 11011001 111 110100

Color Harmonies of #7B828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B828D

Black with #7B828D

Text Example


Text Example

White with #7B828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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