#788998

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

Shades of Light Slate Grey #788998

Tints of Light Slate Grey #788998

Color information

#788998 (or 0x788998) is unknown color: approx Light Slate Grey. HEX triplet: 78, 89 and 98. RGB value is (120,137,152). Sum of RGB (Red+Green+Blue) = 120+137+152=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #788998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788998 is #877667. Grayscale: #858585. Windows color (decimal): -8877672 or 9996664. OLE color: 9996664.

HSL color Cylindrical-coordinate representation of color #788998: hue angle of 208.12º 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 #788998 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120137152-
CMYK0.210.1000.40
HSL208.12º13.45%53.33%-
HSV(B)208.12º21.05%59.61%-
XYZ22.3624.1533.19-
YUV133.63138.37118.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=29.34%
G=33.50%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201371520.210.1000.40208.1213.4553.33
Hex78899815A028d0d35
Octal17021123025120503201565
Binary111100010001001100110001010110100101000110100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788998; }

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

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

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

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

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

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

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

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