#788EDA

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

Shades of Portage #788EDA

Tints of Portage #788EDA

Color information

#788EDA (or 0x788EDA) is unknown color: approx Portage. HEX triplet: 78, 8E and DA. RGB value is (120,142,218). Sum of RGB (Red+Green+Blue) = 120+142+218=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #788EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EDA is #877125. Grayscale: #8F8F8F. Windows color (decimal): -8876326 or 14323320. OLE color: 14323320.

HSL color Cylindrical-coordinate representation of color #788EDA: hue angle of 226.53º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788EDA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120142218-
CMYK0.450.3500.15
HSL226.53º56.98%66.27%-
HSV(B)226.53º44.95%85.49%-
XYZ30.0728.470.23-
YUV144.09169.71110.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=25%
G=29.58%
B=45.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201422180.450.3500.15226.5356.9866.27
Hex788EDA2D230Fe33942
Octal170216332554301734371102
Binary1111000100011101101101010110110001101111111000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,142,218); }

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

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

 a { background-color: rgb(120,142,218); }

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

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

 span { border-color: rgb(120,142,218); }

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