#788495

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

Shades of Light Slate Grey #788495

Tints of Light Slate Grey #788495

Color information

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

RGB120132149-
CMYK0.190.1100.42
HSL215.17º12.03%52.75%-
HSV(B)215.17º19.46%58.43%-
XYZ21.4222.6731.68-
YUV130.35138.52120.62-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201321490.190.1100.42215.1712.0352.75
Hex78849513B02Ad7c35
Octal17020422523130523271465
Binary111100010000100100101011001110110101010110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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