Html Css Color HEX #7E919E Light Slate Grey

📋 copy color: '#7E919E'

red 126 ◦ green 145 ◦ blue 158

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

Shades of Light Slate Grey #7E919E

Tints of Light Slate Grey #7E919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 29.37%
G = 33.8%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E919E (or 0x7E919E) is known color: Light Slate Grey. HEX triplet: 7E, 91 and 9E. RGB value is (126,145,158). Sum of RGB (Red+Green+Blue) = 126+145+158=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E919E is #816E61. Grayscale: #8C8C8C. Windows color (decimal): -8482402 or 10391934. OLE color: 10391934.

HSL color Cylindrical-coordinate representation of color #7E919E: hue angle of 204.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E919E is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 145 158 -
CMYK 0.20 0.08 0 0.38
HSL 204.38º 0.14% 0.56% -
HSV(B) 204.38º 0.2% 0.62% -
XYZ 24.9 27.16 36.28 -
YUV 140.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 126 145 158 0.20 0.08 0 0.38 204.38 0.14 0.56
Hex 7E 91 9E 14 8 0 26 CC E 38
Octal 176 221 236 24 10 0 46 314 16 70
Binary 1111110 10010001 10011110 10100 1000 0 100110 11001100 1110 111000

Color Harmonies of #7E919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E919E

Black with #7E919E

Text Example


Text Example

White with #7E919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,145,158); }

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

background-color css

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

 a { background-color: rgb(126,145,158); }

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

border-color css

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

 span { border-color: rgb(126,145,158); }

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