Html Css Color HEX #788694 Light Slate Grey

📋 copy color: '#788694'

red 120 ◦ green 134 ◦ blue 148

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

Shades of Light Slate Grey #788694

Tints of Light Slate Grey #788694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 29.85%
G = 33.33%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#788694 (or 0x788694) is known color: Light Slate Grey. HEX triplet: 78, 86 and 94. RGB value is (120,134,148). Sum of RGB (Red+Green+Blue) = 120+134+148=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #788694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788694 is #87796B. Grayscale: #838383. Windows color (decimal): -8878444 or 9733752. OLE color: 9733752.

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

Color convert

RGB 120 134 148 -
CMYK 0.19 0.09 0 0.42
HSL 210º 0.12% 0.53% -
HSV(B) 210º 0.19% 0.58% -
XYZ 21.62 23.18 31.35 -
YUV 131.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 120 134 148 0.19 0.09 0 0.42 210 0.12 0.53
Hex 78 86 94 13 9 0 2A D2 C 35
Octal 170 206 224 23 11 0 52 322 14 65
Binary 1111000 10000110 10010100 10011 1001 0 101010 11010010 1100 110101

Color Harmonies of #788694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788694

Black with #788694

Text Example


Text Example

White with #788694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788694; }

 p { color: rgb(120,134,148); }

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

background-color css

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

 a { background-color: rgb(120,134,148); }

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

border-color css

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

 span { border-color: rgb(120,134,148); }

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