Html Css Color HEX #78899F Light Slate Grey

📋 copy color: '#78899F'

red 120 ◦ green 137 ◦ blue 159

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

Shades of Light Slate Grey #78899F

Tints of Light Slate Grey #78899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.93%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 28.85%
G = 32.93%
B = 38.22%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78899F (or 0x78899F) is known color: Light Slate Grey. HEX triplet: 78, 89 and 9F. RGB value is (120,137,159). Sum of RGB (Red+Green+Blue) = 120+137+159=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #78899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78899F is #877660. Grayscale: #868686. Windows color (decimal): -8877665 or 10455416. OLE color: 10455416.

HSL color Cylindrical-coordinate representation of color #78899F: hue angle of 213.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78899F is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 137 159 -
CMYK 0.25 0.14 0 0.38
HSL 213.85º 0.17% 0.55% -
HSV(B) 213.85º 0.25% 0.62% -
XYZ 22.95 24.39 36.3 -
YUV 134.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 120 137 159 0.25 0.14 0 0.38 213.85 0.17 0.55
Hex 78 89 9F 19 E 0 26 D6 11 37
Octal 170 211 237 31 16 0 46 326 21 67
Binary 1111000 10001001 10011111 11001 1110 0 100110 11010110 10001 110111

Color Harmonies of #78899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78899F

Black with #78899F

Text Example


Text Example

White with #78899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78899F; }

 p { color: rgb(120,137,159); }

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

background-color css

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

 a { background-color: rgb(120,137,159); }

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

border-color css

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

 span { border-color: rgb(120,137,159); }

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