Html Css Color HEX #7C8491 Light Slate Grey

📋 copy color: '#7C8491'

red 124 ◦ green 132 ◦ blue 145

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

Shades of Light Slate Grey #7C8491

Tints of Light Slate Grey #7C8491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 30.92%
G = 32.92%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C8491 (or 0x7C8491) is known color: Light Slate Grey. HEX triplet: 7C, 84 and 91. RGB value is (124,132,145). Sum of RGB (Red+Green+Blue) = 124+132+145=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8491 is #837B6E. Grayscale: #838383. Windows color (decimal): -8616815 or 9536636. OLE color: 9536636.

HSL color Cylindrical-coordinate representation of color #7C8491: hue angle of 217.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8491 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 132 145 -
CMYK 0.14 0.09 0 0.43
HSL 217.14º 0.09% 0.53% -
HSV(B) 217.14º 0.14% 0.57% -
XYZ 21.67 22.83 30.05 -
YUV 131.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 124 132 145 0.14 0.09 0 0.43 217.14 0.09 0.53
Hex 7C 84 91 E 9 0 2B D9 9 35
Octal 174 204 221 16 11 0 53 331 11 65
Binary 1111100 10000100 10010001 1110 1001 0 101011 11011001 1001 110101

Color Harmonies of #7C8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8491

Black with #7C8491

Text Example


Text Example

White with #7C8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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