#7882DD

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

Shades of Portage #7882DD

Tints of Portage #7882DD

Color information

#7882DD (or 0x7882DD) is unknown color: approx Portage. HEX triplet: 78, 82 and DD. RGB value is (120,130,221). Sum of RGB (Red+Green+Blue) = 120+130+221=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7882DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882DD is #877D22. Grayscale: #898989. Windows color (decimal): -8879395 or 14516856. OLE color: 14516856.

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

Color convert

RGB120130221-
CMYK0.460.4100.13
HSL234.06º59.76%66.86%-
HSV(B)234.06º45.7%86.67%-
XYZ28.7825.1871.75-
YUV137.38175.19115.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=25.48%
G=27.60%
B=46.92%

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
Decimal1201302210.460.4100.13234.0659.7666.86
Hex7882DD2E290Dea3c43
Octal170202335565101535274103
Binary1111000100000101101110110111010100101101111010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7882DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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