#7782DD

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

Shades of Portage #7782DD

Tints of Portage #7782DD

Color information

#7782DD (or 0x7782DD) is unknown color: approx Portage. HEX triplet: 77, 82 and DD. RGB value is (119,130,221). Sum of RGB (Red+Green+Blue) = 119+130+221=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7782DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782DD is #887D22. Grayscale: #888888. Windows color (decimal): -8944931 or 14516855. OLE color: 14516855.

HSL color Cylindrical-coordinate representation of color #7782DD: hue angle of 233.53º 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 #7782DD is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119130221-
CMYK0.460.4100.13
HSL233.53º60%66.67%-
HSV(B)233.53º46.15%86.67%-
XYZ28.6425.1171.74-
YUV137.08175.36115.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.32%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=25.32%
G=27.66%
B=47.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191302210.460.4100.13233.536066.67
Hex7782DD2E290Dea3c43
Octal167202335565101535274103
Binary1110111100000101101110110111010100101101111010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7782DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7782DD; }

 p { color: rgb(119,130,221); }

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

<style>
 a { background-color: #7782DD; }

 a { background-color: rgb(119,130,221); }

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

<style>
 span { border-color: #7782DD; }

 span { border-color: rgb(119,130,221); }

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