#778398

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

Shades of Light Slate Grey #778398

Tints of Light Slate Grey #778398

Color information

#778398 (or 0x778398) is unknown color: approx Light Slate Grey. HEX triplet: 77, 83 and 98. RGB value is (119,131,152). Sum of RGB (Red+Green+Blue) = 119+131+152=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #778398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778398 is #887C67. Grayscale: #818181. Windows color (decimal): -8944744 or 9995127. OLE color: 9995127.

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

Color convert

RGB119131152-
CMYK0.220.1400.40
HSL218.18º13.81%53.14%-
HSV(B)218.18º21.71%59.61%-
XYZ21.3922.4232.91-
YUV129.81140.52120.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=29.60%
G=32.59%
B=37.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191311520.220.1400.40218.1813.8153.14
Hex77839816E028dae35
Octal16720323026160503321665
Binary111011110000011100110001011011100101000110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778398; }

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

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

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

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

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

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

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

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