#7885d8

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

Shades of Portage #7885D8

Tints of Portage #7885D8

Color information

#7885D8 (or 0x7885D8) is unknown color: approx Portage. HEX triplet: 78, 85 and D8. RGB value is (120,133,216). Sum of RGB (Red+Green+Blue) = 120+133+216=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #7885D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885D8 is #877A27. Grayscale: #8A8A8A. Windows color (decimal): -8878632 or 14189944. OLE color: 14189944.

HSL color Cylindrical-coordinate representation of color #7885D8: hue angle of 231.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7885D8 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120133216-
CMYK0.440.3800.15
HSL231.88º55.17%65.88%-
HSV(B)231.88º44.44%84.71%-
XYZ28.5325.7368.43-
YUV138.57171.69114.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.59%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=25.59%
G=28.36%
B=46.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201332160.440.3800.15231.8855.1765.88
Hex7885D82C260Fe83742
Octal170205330544601735067102
Binary1111000100001011101100010110010011001111111010001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7885d8; }

 p { color: rgb(120,133,216); }

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

<style>
 a { background-color: #7885d8; }

 a { background-color: rgb(120,133,216); }

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

<style>
 span { border-color: #7885d8; }

 span { border-color: rgb(120,133,216); }

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