Html Css Color HEX #788495 Light Slate Grey

📋 copy color: '#788495'

red 120 ◦ green 132 ◦ blue 149

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

Shades of Light Slate Grey #788495

Tints of Light Slate Grey #788495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 29.93%
G = 32.92%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#788495 (or 0x788495) is known color: Light Slate Grey. HEX triplet: 78, 84 and 95. RGB value is (120,132,149). Sum of RGB (Red+Green+Blue) = 120+132+149=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #788495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788495 is #877B6A. Grayscale: #828282. Windows color (decimal): -8878955 or 9798776. OLE color: 9798776.

HSL color Cylindrical-coordinate representation of color #788495: hue angle of 215.17º 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 #788495 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 132 149 -
CMYK 0.19 0.11 0 0.42
HSL 215.17º 0.12% 0.53% -
HSV(B) 215.17º 0.19% 0.58% -
XYZ 21.42 22.67 31.68 -
YUV 130.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 120 132 149 0.19 0.11 0 0.42 215.17 0.12 0.53
Hex 78 84 95 13 B 0 2A D7 C 35
Octal 170 204 225 23 13 0 52 327 14 65
Binary 1111000 10000100 10010101 10011 1011 0 101010 11010111 1100 110101

Color Harmonies of #788495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788495

Black with #788495

Text Example


Text Example

White with #788495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788495; }

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

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

background-color css

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

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

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

border-color css

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

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

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