Html Css Color HEX #798891 Light Slate Grey

📋 copy color: '#798891'

red 121 ◦ green 136 ◦ blue 145

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

Shades of Light Slate Grey #798891

Tints of Light Slate Grey #798891

RGB

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

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

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

R = 30.1%
G = 33.83%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#798891 (or 0x798891) is known color: Light Slate Grey. HEX triplet: 79, 88 and 91. RGB value is (121,136,145). Sum of RGB (Red+Green+Blue) = 121+136+145=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #798891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798891 is #86776E. Grayscale: #848484. Windows color (decimal): -8812399 or 9537657. OLE color: 9537657.

HSL color Cylindrical-coordinate representation of color #798891: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #798891 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 136 145 -
CMYK 0.17 0.06 0 0.43
HSL 202.5º 0.1% 0.52% -
HSV(B) 202.5º 0.17% 0.57% -
XYZ 21.8 23.72 30.22 -
YUV 132.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 121 136 145 0.17 0.06 0 0.43 202.5 0.1 0.52
Hex 79 88 91 11 6 0 2B CA A 34
Octal 171 210 221 21 6 0 53 312 12 64
Binary 1111001 10001000 10010001 10001 110 0 101011 11001010 1010 110100

Color Harmonies of #798891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798891

Black with #798891

Text Example


Text Example

White with #798891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798891; }

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

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

background-color css

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

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

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

border-color css

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

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

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