Html Css Color HEX #7E899D Light Slate Grey

📋 copy color: '#7E899D'

red 126 ◦ green 137 ◦ blue 157

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

Shades of Light Slate Grey #7E899D

Tints of Light Slate Grey #7E899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 30%
G = 32.62%
B = 37.38%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E899D (or 0x7E899D) is known color: Light Slate Grey. HEX triplet: 7E, 89 and 9D. RGB value is (126,137,157). Sum of RGB (Red+Green+Blue) = 126+137+157=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E899D is #817662. Grayscale: #878787. Windows color (decimal): -8484451 or 10324350. OLE color: 10324350.

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

Color convert

RGB 126 137 157 -
CMYK 0.20 0.13 0 0.38
HSL 218.71º 0.14% 0.55% -
HSV(B) 218.71º 0.2% 0.62% -
XYZ 23.64 24.76 35.43 -
YUV 135.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 126 137 157 0.20 0.13 0 0.38 218.71 0.14 0.55
Hex 7E 89 9D 14 D 0 26 DB E 37
Octal 176 211 235 24 15 0 46 333 16 67
Binary 1111110 10001001 10011101 10100 1101 0 100110 11011011 1110 110111

Color Harmonies of #7E899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E899D

Black with #7E899D

Text Example


Text Example

White with #7E899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,157); }

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

background-color css

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

 a { background-color: rgb(126,137,157); }

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

border-color css

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

 span { border-color: rgb(126,137,157); }

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