#788398

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

Shades of Light Slate Grey #788398

Tints of Light Slate Grey #788398

Color information

#788398 (or 0x788398) is unknown color: approx Light Slate Grey. HEX triplet: 78, 83 and 98. RGB value is (120,131,152). Sum of RGB (Red+Green+Blue) = 120+131+152=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #788398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788398 is #877C67. Grayscale: #828282. Windows color (decimal): -8879208 or 9995128. OLE color: 9995128.

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

Color convert

RGB120131152-
CMYK0.210.1400.40
HSL219.37º13.45%53.33%-
HSV(B)219.37º21.05%59.61%-
XYZ21.5322.4932.91-
YUV130.1140.36120.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=29.78%
G=32.51%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201311520.210.1400.40219.3713.4553.33
Hex78839815E028dbd35
Octal17020323025160503331565
Binary111100010000011100110001010111100101000110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788398; }

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

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

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

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

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

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

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

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