Html Css Color HEX #788698 Light Slate Grey

📋 copy color: '#788698'

red 120 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #788698

Tints of Light Slate Grey #788698

RGB

 RED value IS 120 (47.27% from 255) = 29.56%

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 29.56%
G = 33%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788698 (or 0x788698) is known color: 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

RGB 120 134 152 -
CMYK 0.21 0.12 0 0.40
HSL 213.75º 0.13% 0.53% -
HSV(B) 213.75º 0.21% 0.6% -
XYZ 21.94 23.31 33.05 -
YUV 131.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 120 134 152 0.21 0.12 0 0.40 213.75 0.13 0.53
Hex 78 86 98 15 C 0 28 D6 D 35
Octal 170 206 230 25 14 0 50 326 15 65
Binary 1111000 10000110 10011000 10101 1100 0 101000 11010110 1101 110101

Color Harmonies of #788698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788698

Black with #788698

Text Example


Text Example

White with #788698

Text Example


Text Example

HTML Codes & Css Web 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>