Html Css Color HEX #788CA0 Light Slate Grey

📋 copy color: '#788CA0'

red 120 ◦ green 140 ◦ blue 160

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

Shades of Light Slate Grey #788CA0

Tints of Light Slate Grey #788CA0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 28.57%
G = 33.33%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#788CA0 (or 0x788CA0) is known color: Light Slate Grey. HEX triplet: 78, 8C and A0. RGB value is (120,140,160). Sum of RGB (Red+Green+Blue) = 120+140+160=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #788CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CA0 is #87735F. Grayscale: #888888. Windows color (decimal): -8876896 or 10521720. OLE color: 10521720.

HSL color Cylindrical-coordinate representation of color #788CA0: hue angle of 210º 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 #788CA0 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 140 160 -
CMYK 0.25 0.12 0 0.37
HSL 210º 0.17% 0.55% -
HSV(B) 210º 0.25% 0.63% -
XYZ 23.47 25.29 36.9 -
YUV 136.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 120 140 160 0.25 0.12 0 0.37 210 0.17 0.55
Hex 78 8C A0 19 C 0 25 D2 11 37
Octal 170 214 240 31 14 0 45 322 21 67
Binary 1111000 10001100 10100000 11001 1100 0 100101 11010010 10001 110111

Color Harmonies of #788CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CA0

Black with #788CA0

Text Example


Text Example

White with #788CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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