Html Css Color HEX #778298 Light Slate Grey

📋 copy color: '#778298'

red 119 ◦ green 130 ◦ blue 152

#778298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #778298

Tints of Light Slate Grey #778298

RGB

 RED value IS 119 (46.88% from 255) = 29.68%

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 29.68%
G = 32.42%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778298 (or 0x778298) is known color: Light Slate Grey. HEX triplet: 77, 82 and 98. RGB value is (119,130,152). Sum of RGB (Red+Green+Blue) = 119+130+152=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #778298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778298 is #887D67. Grayscale: #818181. Windows color (decimal): -8945000 or 9994871. OLE color: 9994871.

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

Color convert

RGB 119 130 152 -
CMYK 0.22 0.14 0 0.40
HSL 220º 0.14% 0.53% -
HSV(B) 220º 0.22% 0.6% -
XYZ 21.26 22.15 32.86 -
YUV 129.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 119 130 152 0.22 0.14 0 0.40 220 0.14 0.53
Hex 77 82 98 16 E 0 28 DC E 35
Octal 167 202 230 26 16 0 50 334 16 65
Binary 1110111 10000010 10011000 10110 1110 0 101000 11011100 1110 110101

Color Harmonies of #778298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778298

Black with #778298

Text Example


Text Example

White with #778298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778298; }

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

 H1.HeaderClassName
 {
   color: #778298;
 }
 .AnyTagClassName
 {
   color: #778298;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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