Html Css Color HEX #788095 Light Slate Grey

📋 copy color: '#788095'

red 120 ◦ green 128 ◦ blue 149

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

Shades of Light Slate Grey #788095

Tints of Light Slate Grey #788095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 30.23%
G = 32.24%
B = 37.53%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#788095 (or 0x788095) is known color: Light Slate Grey. HEX triplet: 78, 80 and 95. RGB value is (120,128,149). Sum of RGB (Red+Green+Blue) = 120+128+149=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #788095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788095 is #877F6A. Grayscale: #7F7F7F. Windows color (decimal): -8879979 or 9797752. OLE color: 9797752.

HSL color Cylindrical-coordinate representation of color #788095: hue angle of 223.45º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #788095 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 128 149 -
CMYK 0.19 0.14 0 0.42
HSL 223.45º 0.12% 0.53% -
HSV(B) 223.45º 0.19% 0.58% -
XYZ 20.89 21.6 31.5 -
YUV 128 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 120 128 149 0.19 0.14 0 0.42 223.45 0.12 0.53
Hex 78 80 95 13 E 0 2A DF C 35
Octal 170 200 225 23 16 0 52 337 14 65
Binary 1111000 10000000 10010101 10011 1110 0 101010 11011111 1100 110101

Color Harmonies of #788095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788095

Black with #788095

Text Example


Text Example

White with #788095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788095; }

 p { color: rgb(120,128,149); }

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

background-color css

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

 a { background-color: rgb(120,128,149); }

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

border-color css

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

 span { border-color: rgb(120,128,149); }

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