#7888D9

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

Shades of Portage #7888D9

Tints of Portage #7888D9

Color information

#7888D9 (or 0x7888D9) is unknown color: approx Portage. HEX triplet: 78, 88 and D9. RGB value is (120,136,217). Sum of RGB (Red+Green+Blue) = 120+136+217=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #7888D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888D9 is #877726. Grayscale: #8C8C8C. Windows color (decimal): -8877863 or 14256248. OLE color: 14256248.

HSL color Cylindrical-coordinate representation of color #7888D9: hue angle of 230.1º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7888D9 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120136217-
CMYK0.450.3700.15
HSL230.1º56.07%66.08%-
HSV(B)230.1º44.7%85.1%-
XYZ29.0726.6169.25-
YUV140.45171.2113.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 217 (85.16% from 255) = 45.88%
R=25.37%
G=28.75%
B=45.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201362170.450.3700.15230.156.0766.08
Hex7888D92D250Fe63842
Octal170210331554501734670102
Binary1111000100010001101100110110110010101111111001101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7888D9; }

 p { color: rgb(120,136,217); }

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

<style>
 a { background-color: #7888D9; }

 a { background-color: rgb(120,136,217); }

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

<style>
 span { border-color: #7888D9; }

 span { border-color: rgb(120,136,217); }

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