Html Css Color HEX #7A8D9E Light Slate Grey

📋 copy color: '#7A8D9E'

red 122 ◦ green 141 ◦ blue 158

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

Shades of Light Slate Grey #7A8D9E

Tints of Light Slate Grey #7A8D9E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 28.98%
G = 33.49%
B = 37.53%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A8D9E (or 0x7A8D9E) is known color: Light Slate Grey. HEX triplet: 7A, 8D and 9E. RGB value is (122,141,158). Sum of RGB (Red+Green+Blue) = 122+141+158=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A8D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8D9E is #857261. Grayscale: #898989. Windows color (decimal): -8745570 or 10390906. OLE color: 10390906.

HSL color Cylindrical-coordinate representation of color #7A8D9E: hue angle of 208.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A8D9E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 141 158 -
CMYK 0.23 0.11 0 0.38
HSL 208.33º 0.16% 0.55% -
HSV(B) 208.33º 0.23% 0.62% -
XYZ 23.72 25.66 36.05 -
YUV 137.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 122 141 158 0.23 0.11 0 0.38 208.33 0.16 0.55
Hex 7A 8D 9E 17 B 0 26 D0 10 37
Octal 172 215 236 27 13 0 46 320 20 67
Binary 1111010 10001101 10011110 10111 1011 0 100110 11010000 10000 110111

Color Harmonies of #7A8D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8D9E

Black with #7A8D9E

Text Example


Text Example

White with #7A8D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,141,158); }

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

background-color css

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

 a { background-color: rgb(122,141,158); }

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

border-color css

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

 span { border-color: rgb(122,141,158); }

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