#788DDD

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

Shades of Portage #788DDD

Tints of Portage #788DDD

Color information

#788DDD (or 0x788DDD) is unknown color: approx Portage. HEX triplet: 78, 8D and DD. RGB value is (120,141,221). Sum of RGB (Red+Green+Blue) = 120+141+221=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #788DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDD is #877222. Grayscale: #8F8F8F. Windows color (decimal): -8876579 or 14519672. OLE color: 14519672.

HSL color Cylindrical-coordinate representation of color #788DDD: hue angle of 227.52º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788DDD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120141221-
CMYK0.460.3600.13
HSL227.52º59.76%66.86%-
HSV(B)227.52º45.7%86.67%-
XYZ30.3228.2672.26-
YUV143.84171.54111-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=24.90%
G=29.25%
B=45.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201412210.460.3600.13227.5259.7666.86
Hex788DDD2E240De43c43
Octal170215335564401534474103
Binary1111000100011011101110110111010010001101111001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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