Html Css Color HEX #798892 Light Slate Grey

📋 copy color: '#798892'

red 121 ◦ green 136 ◦ blue 146

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

Shades of Light Slate Grey #798892

Tints of Light Slate Grey #798892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 30.02%
G = 33.75%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#798892 (or 0x798892) is known color: Light Slate Grey. HEX triplet: 79, 88 and 92. RGB value is (121,136,146). Sum of RGB (Red+Green+Blue) = 121+136+146=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #798892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798892 is #86776D. Grayscale: #848484. Windows color (decimal): -8812398 or 9603193. OLE color: 9603193.

HSL color Cylindrical-coordinate representation of color #798892: hue angle of 204º 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 #798892 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 136 146 -
CMYK 0.17 0.07 0 0.43
HSL 204º 0.1% 0.52% -
HSV(B) 204º 0.17% 0.57% -
XYZ 21.88 23.75 30.62 -
YUV 132.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 121 136 146 0.17 0.07 0 0.43 204 0.1 0.52
Hex 79 88 92 11 7 0 2B CC A 34
Octal 171 210 222 21 7 0 53 314 12 64
Binary 1111001 10001000 10010010 10001 111 0 101011 11001100 1010 110100

Color Harmonies of #798892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798892

Black with #798892

Text Example


Text Example

White with #798892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798892; }

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

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

background-color css

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

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

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

border-color css

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

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

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