Html Css Color HEX #7A8E9C Light Slate Grey

📋 copy color: '#7A8E9C'

red 122 ◦ green 142 ◦ blue 156

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

Shades of Light Slate Grey #7A8E9C

Tints of Light Slate Grey #7A8E9C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 29.05%
G = 33.81%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A8E9C (or 0x7A8E9C) is known color: Light Slate Grey. HEX triplet: 7A, 8E and 9C. RGB value is (122,142,156). Sum of RGB (Red+Green+Blue) = 122+142+156=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A8E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8E9C is #857163. Grayscale: #898989. Windows color (decimal): -8745316 or 10260090. OLE color: 10260090.

HSL color Cylindrical-coordinate representation of color #7A8E9C: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A8E9C is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 142 156 -
CMYK 0.22 0.09 0 0.39
HSL 204.71º 0.15% 0.55% -
HSV(B) 204.71º 0.22% 0.61% -
XYZ 23.7 25.88 35.2 -
YUV 137.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 122 142 156 0.22 0.09 0 0.39 204.71 0.15 0.55
Hex 7A 8E 9C 16 9 0 27 CD F 37
Octal 172 216 234 26 11 0 47 315 17 67
Binary 1111010 10001110 10011100 10110 1001 0 100111 11001101 1111 110111

Color Harmonies of #7A8E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8E9C

Black with #7A8E9C

Text Example


Text Example

White with #7A8E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,142,156); }

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

background-color css

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

 a { background-color: rgb(122,142,156); }

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

border-color css

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

 span { border-color: rgb(122,142,156); }

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