Html Css Color HEX #788390 Slate Grey

📋 copy color: '#788390'

red 120 ◦ green 131 ◦ blue 144

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

Shades of Slate Grey #788390

Tints of Slate Grey #788390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 30.38%
G = 33.16%
B = 36.46%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#788390 (or 0x788390) is known color: Slate Grey. HEX triplet: 78, 83 and 90. RGB value is (120,131,144). Sum of RGB (Red+Green+Blue) = 120+131+144=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #788390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788390 is #877C6F. Grayscale: #818181. Windows color (decimal): -8879216 or 9470840. OLE color: 9470840.

HSL color Cylindrical-coordinate representation of color #788390: hue angle of 212.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788390 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 131 144 -
CMYK 0.17 0.09 0 0.44
HSL 212.5º 0.1% 0.52% -
HSV(B) 212.5º 0.17% 0.56% -
XYZ 20.9 22.24 29.58 -
YUV 129.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 120 131 144 0.17 0.09 0 0.44 212.5 0.1 0.52
Hex 78 83 90 11 9 0 2C D4 A 34
Octal 170 203 220 21 11 0 54 324 12 64
Binary 1111000 10000011 10010000 10001 1001 0 101100 11010100 1010 110100

Color Harmonies of #788390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788390

Black with #788390

Text Example


Text Example

White with #788390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788390; }

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

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

background-color css

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

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

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

border-color css

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

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

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