#7887E0

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

Shades of Portage #7887E0

Tints of Portage #7887E0

Color information

#7887E0 (or 0x7887E0) is unknown color: approx Portage. HEX triplet: 78, 87 and E0. RGB value is (120,135,224). Sum of RGB (Red+Green+Blue) = 120+135+224=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #7887E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887E0 is #87781F. Grayscale: #8C8C8C. Windows color (decimal): -8878112 or 14714744. OLE color: 14714744.

HSL color Cylindrical-coordinate representation of color #7887E0: hue angle of 231.35º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7887E0 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120135224-
CMYK0.460.4000.12
HSL231.35º62.65%67.45%-
HSV(B)231.35º46.43%87.84%-
XYZ29.8626.774.1-
YUV140.66175.03113.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.05%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=25.05%
G=28.18%
B=46.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1201352240.460.4000.12231.3562.6567.45
Hex7887E02E280Ce73f43
Octal170207340565001434777103
Binary1111000100001111110000010111010100001100111001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7887E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7887E0; }

 p { color: rgb(120,135,224); }

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

<style>
 a { background-color: #7887E0; }

 a { background-color: rgb(120,135,224); }

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

<style>
 span { border-color: #7887E0; }

 span { border-color: rgb(120,135,224); }

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