#8099E4

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

Shades of Portage #8099E4

Tints of Portage #8099E4

Color information

#8099E4 (or 0x8099E4) is unknown color: approx Portage. HEX triplet: 80, 99 and E4. RGB value is (128,153,228). Sum of RGB (Red+Green+Blue) = 128+153+228=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #8099E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099E4 is #7F661B. Grayscale: #999999. Windows color (decimal): -8349212 or 14981504. OLE color: 14981504.

HSL color Cylindrical-coordinate representation of color #8099E4: hue angle of 225º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8099E4 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128153228-
CMYK0.440.3300.11
HSL225º64.94%69.8%-
HSV(B)225º43.86%89.41%-
XYZ34.332.9777.96-
YUV154.07169.72109.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 228 (89.45% from 255) = 44.79%
R=25.15%
G=30.06%
B=44.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281532280.440.3300.1122564.9469.8
Hex8099E42C210Be14146
Octal2002313445441013341101106
Binary100000001001100111100100101100100001010111110000110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,153,228); }

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

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

 a { background-color: rgb(128,153,228); }

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

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

 span { border-color: rgb(128,153,228); }

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