#7884DD

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

Shades of Portage #7884DD

Tints of Portage #7884DD

Color information

#7884DD (or 0x7884DD) is unknown color: approx Portage. HEX triplet: 78, 84 and DD. RGB value is (120,132,221). Sum of RGB (Red+Green+Blue) = 120+132+221=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7884DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884DD is #877B22. Grayscale: #8A8A8A. Windows color (decimal): -8878883 or 14517368. OLE color: 14517368.

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

Color convert

RGB120132221-
CMYK0.460.4000.13
HSL232.87º59.76%66.86%-
HSV(B)232.87º45.7%86.67%-
XYZ29.0525.7271.84-
YUV138.56174.52114.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=25.37%
G=27.91%
B=46.72%

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
Decimal1201322210.460.4000.13232.8759.7666.86
Hex7884DD2E280De93c43
Octal170204335565001535174103
Binary1111000100001001101110110111010100001101111010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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