Html Css Color HEX #78859D Light Slate Grey

📋 copy color: '#78859D'

red 120 ◦ green 133 ◦ blue 157

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

Shades of Light Slate Grey #78859D

Tints of Light Slate Grey #78859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 29.27%
G = 32.44%
B = 38.29%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78859D (or 0x78859D) is known color: Light Slate Grey. HEX triplet: 78, 85 and 9D. RGB value is (120,133,157). Sum of RGB (Red+Green+Blue) = 120+133+157=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #78859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78859D is #877A62. Grayscale: #838383. Windows color (decimal): -8878691 or 10323320. OLE color: 10323320.

HSL color Cylindrical-coordinate representation of color #78859D: hue angle of 218.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78859D is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 133 157 -
CMYK 0.24 0.15 0 0.38
HSL 218.92º 0.16% 0.54% -
HSV(B) 218.92º 0.24% 0.62% -
XYZ 22.22 23.2 35.21 -
YUV 131.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 120 133 157 0.24 0.15 0 0.38 218.92 0.16 0.54
Hex 78 85 9D 18 F 0 26 DB 10 36
Octal 170 205 235 30 17 0 46 333 20 66
Binary 1111000 10000101 10011101 11000 1111 0 100110 11011011 10000 110110

Color Harmonies of #78859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78859D

Black with #78859D

Text Example


Text Example

White with #78859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78859D; }

 p { color: rgb(120,133,157); }

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

background-color css

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

 a { background-color: rgb(120,133,157); }

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

border-color css

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

 span { border-color: rgb(120,133,157); }

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