#7884DC

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

Shades of Portage #7884DC

Tints of Portage #7884DC

Color information

#7884DC (or 0x7884DC) is unknown color: approx Portage. HEX triplet: 78, 84 and DC. RGB value is (120,132,220). Sum of RGB (Red+Green+Blue) = 120+132+220=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7884DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884DC is #877B23. Grayscale: #8A8A8A. Windows color (decimal): -8878884 or 14451832. OLE color: 14451832.

HSL color Cylindrical-coordinate representation of color #7884DC: hue angle of 232.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7884DC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120132220-
CMYK0.450.4000.14
HSL232.8º58.82%66.67%-
HSV(B)232.8º45.45%86.27%-
XYZ28.9225.6671.14-
YUV138.44174.02114.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=25.42%
G=27.97%
B=46.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201322200.450.4000.14232.858.8266.67
Hex7884DC2D280Ee93b43
Octal170204334555001635173103
Binary1111000100001001101110010110110100001110111010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7884DC; }

 p { color: rgb(120,132,220); }

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

<style>
 a { background-color: #7884DC; }

 a { background-color: rgb(120,132,220); }

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

<style>
 span { border-color: #7884DC; }

 span { border-color: rgb(120,132,220); }

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