Html Css Color HEX #7A838D Slate Grey

📋 copy color: '#7A838D'

red 122 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #7A838D

Tints of Slate Grey #7A838D

RGB

 RED value IS 122 (48.05% from 255) = 30.96%

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 30.96%
G = 33.25%
B = 35.79%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A838D (or 0x7A838D) is known color: Slate Grey. HEX triplet: 7A, 83 and 8D. RGB value is (122,131,141). Sum of RGB (Red+Green+Blue) = 122+131+141=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 131 (51.56% from 255 or 33.25% 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 #7A838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A838D is #857C72. Grayscale: #818181. Windows color (decimal): -8748147 or 9274234. OLE color: 9274234.

HSL color Cylindrical-coordinate representation of color #7A838D: hue angle of 211.58º degrees, saturation: 0.08, 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 #7A838D is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 131 141 -
CMYK 0.13 0.07 0 0.45
HSL 211.58º 0.08% 0.52% -
HSV(B) 211.58º 0.13% 0.55% -
XYZ 20.95 22.29 28.4 -
YUV 129.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 122 131 141 0.13 0.07 0 0.45 211.58 0.08 0.52
Hex 7A 83 8D D 7 0 2D D4 8 34
Octal 172 203 215 15 7 0 55 324 10 64
Binary 1111010 10000011 10001101 1101 111 0 101101 11010100 1000 110100

Color Harmonies of #7A838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A838D

Black with #7A838D

Text Example


Text Example

White with #7A838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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