Html Css Color HEX #78899B Light Slate Grey

📋 copy color: '#78899B'

red 120 ◦ green 137 ◦ blue 155

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

Shades of Light Slate Grey #78899B

Tints of Light Slate Grey #78899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 29.13%
G = 33.25%
B = 37.62%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78899B (or 0x78899B) is known color: Light Slate Grey. HEX triplet: 78, 89 and 9B. RGB value is (120,137,155). Sum of RGB (Red+Green+Blue) = 120+137+155=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #78899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78899B is #877664. Grayscale: #858585. Windows color (decimal): -8877669 or 10193272. OLE color: 10193272.

HSL color Cylindrical-coordinate representation of color #78899B: hue angle of 210.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78899B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 137 155 -
CMYK 0.23 0.12 0 0.39
HSL 210.86º 0.15% 0.54% -
HSV(B) 210.86º 0.23% 0.61% -
XYZ 22.61 24.25 34.5 -
YUV 133.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 120 137 155 0.23 0.12 0 0.39 210.86 0.15 0.54
Hex 78 89 9B 17 C 0 27 D3 F 36
Octal 170 211 233 27 14 0 47 323 17 66
Binary 1111000 10001001 10011011 10111 1100 0 100111 11010011 1111 110110

Color Harmonies of #78899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78899B

Black with #78899B

Text Example


Text Example

White with #78899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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