#788698

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

Shades of Light Slate Grey #788698

Tints of Light Slate Grey #788698

Color information

#788698 (or 0x788698) is unknown color: approx Light Slate Grey. HEX triplet: 78, 86 and 98. RGB value is (120,134,152). Sum of RGB (Red+Green+Blue) = 120+134+152=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #788698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788698 is #877967. Grayscale: #838383. Windows color (decimal): -8878440 or 9995896. OLE color: 9995896.

HSL color Cylindrical-coordinate representation of color #788698: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788698 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120134152-
CMYK0.210.1200.40
HSL213.75º13.45%53.33%-
HSV(B)213.75º21.05%59.61%-
XYZ21.9423.3133.05-
YUV131.87139.36119.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=29.56%
G=33.00%
B=37.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201341520.210.1200.40213.7513.4553.33
Hex78869815C028d6d35
Octal17020623025140503261565
Binary111100010000110100110001010111000101000110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788698; }

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

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

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

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

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

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

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

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