#788694

Color #788694 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #788694

Tints of Light Slate Grey #788694

Color information

#788694 (or 0x788694) is unknown color: approx 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

RGB120134148-
CMYK0.190.0900.42
HSL210º11.57%52.55%-
HSV(B)210º18.92%58.04%-
XYZ21.6223.1831.35-
YUV131.41137.36119.86-

RGB Variations

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

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.20% from 255) = 36.82%
R=29.85%
G=33.33%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201341480.190.0900.4221011.5752.55
Hex78869413902Ad2c35
Octal17020622423110523221465
Binary111100010000110100101001001110010101010110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>