#7784DD

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

Shades of Portage #7784DD

Tints of Portage #7784DD

Color information

#7784DD (or 0x7784DD) is unknown color: approx Portage. HEX triplet: 77, 84 and DD. RGB value is (119,132,221). Sum of RGB (Red+Green+Blue) = 119+132+221=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7784DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784DD is #887B22. Grayscale: #898989. Windows color (decimal): -8944419 or 14517367. OLE color: 14517367.

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

Color convert

RGB119132221-
CMYK0.460.4000.13
HSL232.35º60%66.67%-
HSV(B)232.35º46.15%86.67%-
XYZ28.9125.6471.83-
YUV138.26174.69114.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=25.21%
G=27.97%
B=46.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191322210.460.4000.13232.356066.67
Hex7784DD2E280De83c43
Octal167204335565001535074103
Binary1110111100001001101110110111010100001101111010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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