#7887E4

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

Shades of Portage #7887E4

Tints of Portage #7887E4

Color information

#7887E4 (or 0x7887E4) is unknown color: approx Portage. HEX triplet: 78, 87 and E4. RGB value is (120,135,228). Sum of RGB (Red+Green+Blue) = 120+135+228=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #7887E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887E4 is #87781B. Grayscale: #8C8C8C. Windows color (decimal): -8878108 or 14976888. OLE color: 14976888.

HSL color Cylindrical-coordinate representation of color #7887E4: hue angle of 231.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7887E4 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120135228-
CMYK0.470.4100.11
HSL231.67º66.67%68.24%-
HSV(B)231.67º47.37%89.41%-
XYZ30.4126.9276.99-
YUV141.12177.03112.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=24.84%
G=27.95%
B=47.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1201352280.470.4100.11231.6766.6768.24
Hex7887E42F290Be84344
Octal1702073445751013350103104
Binary11110001000011111100100101111101001010111110100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7887E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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