#8099DE

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

Shades of Portage #8099DE

Tints of Portage #8099DE

Color information

#8099DE (or 0x8099DE) is unknown color: approx Portage. HEX triplet: 80, 99 and DE. RGB value is (128,153,222). Sum of RGB (Red+Green+Blue) = 128+153+222=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #8099DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099DE is #7F6621. Grayscale: #999999. Windows color (decimal): -8349218 or 14588288. OLE color: 14588288.

HSL color Cylindrical-coordinate representation of color #8099DE: hue angle of 224.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8099DE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128153222-
CMYK0.420.3100.13
HSL224.04º58.75%68.63%-
HSV(B)224.04º42.34%87.06%-
XYZ33.4832.6573.64-
YUV153.39166.72109.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=25.45%
G=30.42%
B=44.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281532220.420.3100.13224.0458.7568.63
Hex8099DE2A1F0De03b45
Octal200231336523701534073105
Binary1000000010011001110111101010101111101101111000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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