#788CDA

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

Shades of Portage #788CDA

Tints of Portage #788CDA

Color information

#788CDA (or 0x788CDA) is unknown color: approx Portage. HEX triplet: 78, 8C and DA. RGB value is (120,140,218). Sum of RGB (Red+Green+Blue) = 120+140+218=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #788CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CDA is #877325. Grayscale: #8E8E8E. Windows color (decimal): -8876838 or 14322808. OLE color: 14322808.

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

Color convert

RGB120140218-
CMYK0.450.3600.15
HSL227.76º56.98%66.27%-
HSV(B)227.76º44.95%85.49%-
XYZ29.7827.8170.13-
YUV142.91170.37111.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=25.10%
G=29.29%
B=45.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201402180.450.3600.15227.7656.9866.27
Hex788CDA2D240Fe43942
Octal170214332554401734471102
Binary1111000100011001101101010110110010001111111001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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