#788ADB

Color #788ADB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #788ADB

Tints of Portage #788ADB

Color information

#788ADB (or 0x788ADB) is unknown color: approx Portage. HEX triplet: 78, 8A and DB. RGB value is (120,138,219). Sum of RGB (Red+Green+Blue) = 120+138+219=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #788ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADB is #877524. Grayscale: #8D8D8D. Windows color (decimal): -8877349 or 14387832. OLE color: 14387832.

HSL color Cylindrical-coordinate representation of color #788ADB: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788ADB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120138219-
CMYK0.450.3700.14
HSL229.09º57.89%66.47%-
HSV(B)229.09º45.21%85.88%-
XYZ29.6227.2870.72-
YUV141.85171.54112.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=25.16%
G=28.93%
B=45.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201382190.450.3700.14229.0957.8966.47
Hex788ADB2D250Ee53a42
Octal170212333554501634572102
Binary1111000100010101101101110110110010101110111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,138,219); }

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

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

 a { background-color: rgb(120,138,219); }

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

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

 span { border-color: rgb(120,138,219); }

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