#788794

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

Shades of Light Slate Grey #788794

Tints of Light Slate Grey #788794

Color information

#788794 (or 0x788794) is unknown color: approx Light Slate Grey. HEX triplet: 78, 87 and 94. RGB value is (120,135,148). Sum of RGB (Red+Green+Blue) = 120+135+148=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #788794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788794 is #87786B. Grayscale: #838383. Windows color (decimal): -8878188 or 9734008. OLE color: 9734008.

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

Color convert

RGB120135148-
CMYK0.190.0900.42
HSL207.86º11.57%52.55%-
HSV(B)207.86º18.92%58.04%-
XYZ21.7523.4631.4-
YUV132137.03119.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=29.78%
G=33.50%
B=36.72%

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
Decimal1201351480.190.0900.42207.8611.5752.55
Hex78879413902Ad0c35
Octal17020722423110523201465
Binary111100010000111100101001001110010101010110100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788794; }

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

 H1.HeaderClassName
 {
   color: #788794;
 }
 .AnyTagClassName
 {
   color: #788794;
 }
</style>
background-color css

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

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

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

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

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

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