#778DD5

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

Shades of Portage #778DD5

Tints of Portage #778DD5

Color information

#778DD5 (or 0x778DD5) is unknown color: approx Portage. HEX triplet: 77, 8D and D5. RGB value is (119,141,213). Sum of RGB (Red+Green+Blue) = 119+141+213=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #778DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DD5 is #88722A. Grayscale: #8E8E8E. Windows color (decimal): -8942123 or 13995383. OLE color: 13995383.

HSL color Cylindrical-coordinate representation of color #778DD5: hue angle of 225.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778DD5 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119141213-
CMYK0.440.3400.16
HSL225.96º52.81%65.1%-
HSV(B)225.96º44.13%83.53%-
XYZ29.1427.7866.78-
YUV142.63167.71111.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=25.16%
G=29.81%
B=45.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191412130.440.3400.16225.9652.8165.1
Hex778DD52C22010e23541
Octal167215325544202034265101
Binary11101111000110111010101101100100010010000111000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778DD5; }

 p { color: rgb(119,141,213); }

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

<style>
 a { background-color: #778DD5; }

 a { background-color: rgb(119,141,213); }

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

<style>
 span { border-color: #778DD5; }

 span { border-color: rgb(119,141,213); }

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