Html Css Color HEX #798B9B Light Slate Grey

📋 copy color: '#798B9B'

red 121 ◦ green 139 ◦ blue 155

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

Shades of Light Slate Grey #798B9B

Tints of Light Slate Grey #798B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 29.16%
G = 33.49%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#798B9B (or 0x798B9B) is known color: Light Slate Grey. HEX triplet: 79, 8B and 9B. RGB value is (121,139,155). Sum of RGB (Red+Green+Blue) = 121+139+155=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #798B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B9B is #867464. Grayscale: #878787. Windows color (decimal): -8811621 or 10193785. OLE color: 10193785.

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

Color convert

RGB 121 139 155 -
CMYK 0.22 0.10 0 0.39
HSL 208.24º 0.15% 0.54% -
HSV(B) 208.24º 0.22% 0.61% -
XYZ 23.03 24.9 34.6 -
YUV 135.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 121 139 155 0.22 0.10 0 0.39 208.24 0.15 0.54
Hex 79 8B 9B 16 A 0 27 D0 F 36
Octal 171 213 233 26 12 0 47 320 17 66
Binary 1111001 10001011 10011011 10110 1010 0 100111 11010000 1111 110110

Color Harmonies of #798B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B9B

Black with #798B9B

Text Example


Text Example

White with #798B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B9B; }

 p { color: rgb(121,139,155); }

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

background-color css

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

 a { background-color: rgb(121,139,155); }

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

border-color css

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

 span { border-color: rgb(121,139,155); }

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