Html Css Color HEX #798188 Slate Grey

📋 copy color: '#798188'

red 121 ◦ green 129 ◦ blue 136

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

Shades of Slate Grey #798188

Tints of Slate Grey #798188

RGB

 RED value IS 121 (47.66% from 255) = 31.35%

 GREEN value IS 129 (50.78% from 255) = 33.42%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 31.35%
G = 33.42%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798188 (or 0x798188) is known color: Slate Grey. HEX triplet: 79, 81 and 88. RGB value is (121,129,136). Sum of RGB (Red+Green+Blue) = 121+129+136=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #798188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798188 is #867E77. Grayscale: #7F7F7F. Windows color (decimal): -8814200 or 8946041. OLE color: 8946041.

HSL color Cylindrical-coordinate representation of color #798188: hue angle of 208º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #798188 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 129 136 -
CMYK 0.11 0.05 0 0.47
HSL 208º 0.06% 0.5% -
HSV(B) 208º 0.11% 0.53% -
XYZ 20.18 21.54 26.39 -
YUV 127.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 121 129 136 0.11 0.05 0 0.47 208 0.06 0.5
Hex 79 81 88 B 5 0 2F D0 6 32
Octal 171 201 210 13 5 0 57 320 6 62
Binary 1111001 10000001 10001000 1011 101 0 101111 11010000 110 110010

Color Harmonies of #798188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798188

Black with #798188

Text Example


Text Example

White with #798188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798188; }

 p { color: rgb(121,129,136); }

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

background-color css

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

 a { background-color: rgb(121,129,136); }

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

border-color css

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

 span { border-color: rgb(121,129,136); }

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