#788CA4

Color #788CA4 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #788CA4

Tints of Light Slate Grey #788CA4

Color information

#788CA4 (or 0x788CA4) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8C and A4. RGB value is (120,140,164). Sum of RGB (Red+Green+Blue) = 120+140+164=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: blue. Hex color #788CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CA4 is #87735B. Grayscale: #888888. Windows color (decimal): -8876892 or 10783864. OLE color: 10783864.

HSL color Cylindrical-coordinate representation of color #788CA4: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788CA4 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120140164-
CMYK0.270.1500.36
HSL212.73º19.47%55.69%-
HSV(B)212.73º26.83%64.31%-
XYZ23.8225.4338.77-
YUV136.76143.37116.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=28.30%
G=33.02%
B=38.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201401640.270.1500.36212.7319.4755.69
Hex788CA41BF024d51338
Octal17021424433170443252370
Binary1111000100011001010010011011111101001001101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #788CA4;
 }
 .AnyTagClassName
 {
   color: #788CA4;
 }
</style>
background-color css

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

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

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

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

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

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