Html Css Color HEX #7D838E Slate Grey

📋 copy color: '#7D838E'

red 125 ◦ green 131 ◦ blue 142

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

Shades of Slate Grey #7D838E

Tints of Slate Grey #7D838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 31.41%
G = 32.91%
B = 35.68%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D838E (or 0x7D838E) is known color: Slate Grey. HEX triplet: 7D, 83 and 8E. RGB value is (125,131,142). Sum of RGB (Red+Green+Blue) = 125+131+142=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D838E is #827C71. Grayscale: #828282. Windows color (decimal): -8551538 or 9339773. OLE color: 9339773.

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

Color convert

RGB 125 131 142 -
CMYK 0.12 0.08 0 0.44
HSL 218.82º 0.07% 0.52% -
HSV(B) 218.82º 0.12% 0.56% -
XYZ 21.46 22.55 28.81 -
YUV 130.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 125 131 142 0.12 0.08 0 0.44 218.82 0.07 0.52
Hex 7D 83 8E C 8 0 2C DB 7 34
Octal 175 203 216 14 10 0 54 333 7 64
Binary 1111101 10000011 10001110 1100 1000 0 101100 11011011 111 110100

Color Harmonies of #7D838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D838E

Black with #7D838E

Text Example


Text Example

White with #7D838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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