Html Css Color HEX #7A8491 Light Slate Grey

📋 copy color: '#7A8491'

red 122 ◦ green 132 ◦ blue 145

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

Shades of Light Slate Grey #7A8491

Tints of Light Slate Grey #7A8491

RGB

 RED value IS 122 (48.05% from 255) = 30.58%

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

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

R = 30.58%
G = 33.08%
B = 36.34%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A8491 (or 0x7A8491) is known color: Light Slate Grey. HEX triplet: 7A, 84 and 91. RGB value is (122,132,145). Sum of RGB (Red+Green+Blue) = 122+132+145=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8491 is #857B6E. Grayscale: #828282. Windows color (decimal): -8747887 or 9536634. OLE color: 9536634.

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

Color convert

RGB 122 132 145 -
CMYK 0.16 0.09 0 0.43
HSL 213.91º 0.09% 0.52% -
HSV(B) 213.91º 0.16% 0.57% -
XYZ 21.39 22.68 30.04 -
YUV 130.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 122 132 145 0.16 0.09 0 0.43 213.91 0.09 0.52
Hex 7A 84 91 10 9 0 2B D6 9 34
Octal 172 204 221 20 11 0 53 326 11 64
Binary 1111010 10000100 10010001 10000 1001 0 101011 11010110 1001 110100

Color Harmonies of #7A8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8491

Black with #7A8491

Text Example


Text Example

White with #7A8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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