#788290

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

Shades of Slate Grey #788290

Tints of Slate Grey #788290

Color information

#788290 (or 0x788290) is unknown color: approx Slate Grey. HEX triplet: 78, 82 and 90. RGB value is (120,130,144). Sum of RGB (Red+Green+Blue) = 120+130+144=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #788290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788290 is #877D6F. Grayscale: #808080. Windows color (decimal): -8879472 or 9470584. OLE color: 9470584.

HSL color Cylindrical-coordinate representation of color #788290: hue angle of 215º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788290 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120130144-
CMYK0.170.1000.44
HSL215º9.76%51.76%-
HSV(B)215º16.67%56.47%-
XYZ20.7621.9729.53-
YUV128.61136.69121.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=30.46%
G=32.99%
B=36.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201301440.170.1000.442159.7651.76
Hex78829011A02Cd7a34
Octal17020222021120543271264
Binary111100010000010100100001000110100101100110101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788290; }

 p { color: rgb(120,130,144); }

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

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

 a { background-color: rgb(120,130,144); }

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

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

 span { border-color: rgb(120,130,144); }

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