Html Css Color HEX #7E8690 Light Slate Grey

📋 copy color: '#7E8690'

red 126 ◦ green 134 ◦ blue 144

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

Shades of Light Slate Grey #7E8690

Tints of Light Slate Grey #7E8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 31.19%
G = 33.17%
B = 35.64%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E8690 (or 0x7E8690) is known color: Light Slate Grey. HEX triplet: 7E, 86 and 90. RGB value is (126,134,144). Sum of RGB (Red+Green+Blue) = 126+134+144=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E8690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8690 is #81796F. Grayscale: #848484. Windows color (decimal): -8485232 or 9471614. OLE color: 9471614.

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

Color convert

RGB 126 134 144 -
CMYK 0.12 0.07 0 0.44
HSL 213.33º 0.08% 0.53% -
HSV(B) 213.33º 0.13% 0.56% -
XYZ 22.16 23.5 29.75 -
YUV 132.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 126 134 144 0.12 0.07 0 0.44 213.33 0.08 0.53
Hex 7E 86 90 C 7 0 2C D5 8 35
Octal 176 206 220 14 7 0 54 325 10 65
Binary 1111110 10000110 10010000 1100 111 0 101100 11010101 1000 110101

Color Harmonies of #7E8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8690

Black with #7E8690

Text Example


Text Example

White with #7E8690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,144); }

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

background-color css

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

 a { background-color: rgb(126,134,144); }

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

border-color css

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

 span { border-color: rgb(126,134,144); }

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