Html Css Color HEX #7A889F Light Slate Grey

📋 copy color: '#7A889F'

red 122 ◦ green 136 ◦ blue 159

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

Shades of Light Slate Grey #7A889F

Tints of Light Slate Grey #7A889F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 29.26%
G = 32.61%
B = 38.13%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A889F (or 0x7A889F) is known color: Light Slate Grey. HEX triplet: 7A, 88 and 9F. RGB value is (122,136,159). Sum of RGB (Red+Green+Blue) = 122+136+159=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A889F is #857760. Grayscale: #868686. Windows color (decimal): -8746849 or 10455162. OLE color: 10455162.

HSL color Cylindrical-coordinate representation of color #7A889F: hue angle of 217.3º 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 #7A889F is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 136 159 -
CMYK 0.23 0.14 0 0.38
HSL 217.3º 0.16% 0.55% -
HSV(B) 217.3º 0.23% 0.62% -
XYZ 23.09 24.25 36.26 -
YUV 134.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 122 136 159 0.23 0.14 0 0.38 217.3 0.16 0.55
Hex 7A 88 9F 17 E 0 26 D9 10 37
Octal 172 210 237 27 16 0 46 331 20 67
Binary 1111010 10001000 10011111 10111 1110 0 100110 11011001 10000 110111

Color Harmonies of #7A889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A889F

Black with #7A889F

Text Example


Text Example

White with #7A889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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