Html Css Color HEX #788BA0 Light Slate Grey

📋 copy color: '#788BA0'

red 120 ◦ green 139 ◦ blue 160

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

Shades of Light Slate Grey #788BA0

Tints of Light Slate Grey #788BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 28.64%
G = 33.17%
B = 38.19%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#788BA0 (or 0x788BA0) is known color: Light Slate Grey. HEX triplet: 78, 8B and A0. RGB value is (120,139,160). Sum of RGB (Red+Green+Blue) = 120+139+160=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #788BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BA0 is #87745F. Grayscale: #878787. Windows color (decimal): -8877152 or 10521464. OLE color: 10521464.

HSL color Cylindrical-coordinate representation of color #788BA0: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788BA0 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 139 160 -
CMYK 0.25 0.13 0 0.37
HSL 211.5º 0.17% 0.55% -
HSV(B) 211.5º 0.25% 0.63% -
XYZ 23.32 25 36.85 -
YUV 135.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 120 139 160 0.25 0.13 0 0.37 211.5 0.17 0.55
Hex 78 8B A0 19 D 0 25 D4 11 37
Octal 170 213 240 31 15 0 45 324 21 67
Binary 1111000 10001011 10100000 11001 1101 0 100101 11010100 10001 110111

Color Harmonies of #788BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BA0

Black with #788BA0

Text Example


Text Example

White with #788BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788BA0; }

 p { color: rgb(120,139,160); }

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

background-color css

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

 a { background-color: rgb(120,139,160); }

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

border-color css

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

 span { border-color: rgb(120,139,160); }

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