Html Css Color HEX #79859B Light Slate Grey

📋 copy color: '#79859B'

red 121 ◦ green 133 ◦ blue 155

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

Shades of Light Slate Grey #79859B

Tints of Light Slate Grey #79859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

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

R = 29.58%
G = 32.52%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79859B (or 0x79859B) is known color: Light Slate Grey. HEX triplet: 79, 85 and 9B. RGB value is (121,133,155). Sum of RGB (Red+Green+Blue) = 121+133+155=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #79859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79859B is #867A64. Grayscale: #838383. Windows color (decimal): -8813157 or 10192249. OLE color: 10192249.

HSL color Cylindrical-coordinate representation of color #79859B: hue angle of 218.82º 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 #79859B is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 133 155 -
CMYK 0.22 0.14 0 0.39
HSL 218.82º 0.15% 0.54% -
HSV(B) 218.82º 0.22% 0.61% -
XYZ 22.19 23.21 34.32 -
YUV 131.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 121 133 155 0.22 0.14 0 0.39 218.82 0.15 0.54
Hex 79 85 9B 16 E 0 27 DB F 36
Octal 171 205 233 26 16 0 47 333 17 66
Binary 1111001 10000101 10011011 10110 1110 0 100111 11011011 1111 110110

Color Harmonies of #79859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79859B

Black with #79859B

Text Example


Text Example

White with #79859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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