Html Css Color HEX #7D838D Slate Grey

📋 copy color: '#7D838D'

red 125 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #7D838D

Tints of Slate Grey #7D838D

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

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

R = 31.49%
G = 33%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D838D (or 0x7D838D) is known color: Slate Grey. HEX triplet: 7D, 83 and 8D. RGB value is (125,131,141). Sum of RGB (Red+Green+Blue) = 125+131+141=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D838D is #827C72. Grayscale: #828282. Windows color (decimal): -8551539 or 9274237. OLE color: 9274237.

HSL color Cylindrical-coordinate representation of color #7D838D: hue angle of 217.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 #7D838D is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 131 141 -
CMYK 0.11 0.07 0 0.45
HSL 217.5º 0.07% 0.52% -
HSV(B) 217.5º 0.11% 0.55% -
XYZ 21.38 22.52 28.42 -
YUV 130.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 125 131 141 0.11 0.07 0 0.45 217.5 0.07 0.52
Hex 7D 83 8D B 7 0 2D DA 7 34
Octal 175 203 215 13 7 0 55 332 7 64
Binary 1111101 10000011 10001101 1011 111 0 101101 11011010 111 110100

Color Harmonies of #7D838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D838D

Black with #7D838D

Text Example


Text Example

White with #7D838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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