Html Css Color HEX #78839B Light Slate Grey

📋 copy color: '#78839B'

red 120 ◦ green 131 ◦ blue 155

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

Shades of Light Slate Grey #78839B

Tints of Light Slate Grey #78839B

RGB

 RED value IS 120 (47.27% from 255) = 29.56%

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 29.56%
G = 32.27%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78839B (or 0x78839B) is known color: Light Slate Grey. HEX triplet: 78, 83 and 9B. RGB value is (120,131,155). Sum of RGB (Red+Green+Blue) = 120+131+155=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #78839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78839B is #877C64. Grayscale: #828282. Windows color (decimal): -8879205 or 10191736. OLE color: 10191736.

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

Color convert

RGB 120 131 155 -
CMYK 0.23 0.15 0 0.39
HSL 221.14º 0.15% 0.54% -
HSV(B) 221.14º 0.23% 0.61% -
XYZ 21.78 22.59 34.22 -
YUV 130.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 120 131 155 0.23 0.15 0 0.39 221.14 0.15 0.54
Hex 78 83 9B 17 F 0 27 DD F 36
Octal 170 203 233 27 17 0 47 335 17 66
Binary 1111000 10000011 10011011 10111 1111 0 100111 11011101 1111 110110

Color Harmonies of #78839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78839B

Black with #78839B

Text Example


Text Example

White with #78839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,131,155); }

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

background-color css

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

 a { background-color: rgb(120,131,155); }

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

border-color css

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

 span { border-color: rgb(120,131,155); }

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