Html Css Color HEX #7C8494 Light Slate Grey

📋 copy color: '#7C8494'

red 124 ◦ green 132 ◦ blue 148

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

Shades of Light Slate Grey #7C8494

Tints of Light Slate Grey #7C8494

RGB

 RED value IS 124 (48.83% from 255) = 30.69%

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 30.69%
G = 32.67%
B = 36.63%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C8494 (or 0x7C8494) is known color: Light Slate Grey. HEX triplet: 7C, 84 and 94. RGB value is (124,132,148). Sum of RGB (Red+Green+Blue) = 124+132+148=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C8494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8494 is #837B6B. Grayscale: #838383. Windows color (decimal): -8616812 or 9733244. OLE color: 9733244.

HSL color Cylindrical-coordinate representation of color #7C8494: hue angle of 220º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8494 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 132 148 -
CMYK 0.16 0.11 0 0.42
HSL 220º 0.1% 0.53% -
HSV(B) 220º 0.16% 0.58% -
XYZ 21.91 22.93 31.29 -
YUV 131.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 124 132 148 0.16 0.11 0 0.42 220 0.1 0.53
Hex 7C 84 94 10 B 0 2A DC A 35
Octal 174 204 224 20 13 0 52 334 12 65
Binary 1111100 10000100 10010100 10000 1011 0 101010 11011100 1010 110101

Color Harmonies of #7C8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8494

Black with #7C8494

Text Example


Text Example

White with #7C8494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,148); }

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

background-color css

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

 a { background-color: rgb(124,132,148); }

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

border-color css

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

 span { border-color: rgb(124,132,148); }

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