Html Css Color HEX #7A8891 Light Slate Grey

📋 copy color: '#7A8891'

red 122 ◦ green 136 ◦ blue 145

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

Shades of Light Slate Grey #7A8891

Tints of Light Slate Grey #7A8891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 30.27%
G = 33.75%
B = 35.98%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A8891 (or 0x7A8891) is known color: Light Slate Grey. HEX triplet: 7A, 88 and 91. RGB value is (122,136,145). Sum of RGB (Red+Green+Blue) = 122+136+145=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8891 is #85776E. Grayscale: #848484. Windows color (decimal): -8746863 or 9537658. OLE color: 9537658.

HSL color Cylindrical-coordinate representation of color #7A8891: hue angle of 203.48º 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 #7A8891 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 136 145 -
CMYK 0.16 0.06 0 0.43
HSL 203.48º 0.09% 0.52% -
HSV(B) 203.48º 0.16% 0.57% -
XYZ 21.94 23.79 30.22 -
YUV 132.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 122 136 145 0.16 0.06 0 0.43 203.48 0.09 0.52
Hex 7A 88 91 10 6 0 2B CB 9 34
Octal 172 210 221 20 6 0 53 313 11 64
Binary 1111010 10001000 10010001 10000 110 0 101011 11001011 1001 110100

Color Harmonies of #7A8891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8891

Black with #7A8891

Text Example


Text Example

White with #7A8891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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