#788DDA

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

Shades of Portage #788DDA

Tints of Portage #788DDA

Color information

#788DDA (or 0x788DDA) is unknown color: approx Portage. HEX triplet: 78, 8D and DA. RGB value is (120,141,218). Sum of RGB (Red+Green+Blue) = 120+141+218=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #788DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDA is #877225. Grayscale: #8F8F8F. Windows color (decimal): -8876582 or 14323064. OLE color: 14323064.

HSL color Cylindrical-coordinate representation of color #788DDA: hue angle of 227.14º 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 #788DDA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120141218-
CMYK0.450.3500.15
HSL227.14º56.98%66.27%-
HSV(B)227.14º44.95%85.49%-
XYZ29.9328.170.18-
YUV143.5170.04111.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.05%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=25.05%
G=29.44%
B=45.51%

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
Decimal1201412180.450.3500.15227.1456.9866.27
Hex788DDA2D230Fe33942
Octal170215332554301734371102
Binary1111000100011011101101010110110001101111111000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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