Html Css Color HEX #7E858E Light Slate Grey

📋 copy color: '#7E858E'

red 126 ◦ green 133 ◦ blue 142

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

Shades of Light Slate Grey #7E858E

Tints of Light Slate Grey #7E858E

RGB

 RED value IS 126 (49.61% from 255) = 31.42%

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 31.42%
G = 33.17%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E858E (or 0x7E858E) is known color: Light Slate Grey. HEX triplet: 7E, 85 and 8E. RGB value is (126,133,142). Sum of RGB (Red+Green+Blue) = 126+133+142=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E858E is #817A71. Grayscale: #838383. Windows color (decimal): -8485490 or 9340286. OLE color: 9340286.

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

Color convert

RGB 126 133 142 -
CMYK 0.11 0.06 0 0.44
HSL 213.75º 0.07% 0.53% -
HSV(B) 213.75º 0.11% 0.56% -
XYZ 21.87 23.16 28.91 -
YUV 131.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 126 133 142 0.11 0.06 0 0.44 213.75 0.07 0.53
Hex 7E 85 8E B 6 0 2C D6 7 35
Octal 176 205 216 13 6 0 54 326 7 65
Binary 1111110 10000101 10001110 1011 110 0 101100 11010110 111 110101

Color Harmonies of #7E858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E858E

Black with #7E858E

Text Example


Text Example

White with #7E858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,142); }

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

background-color css

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

 a { background-color: rgb(126,133,142); }

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

border-color css

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

 span { border-color: rgb(126,133,142); }

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