#8099CE

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

Shades of Portage #8099CE

Tints of Portage #8099CE

Color information

#8099CE (or 0x8099CE) is unknown color: approx Portage. HEX triplet: 80, 99 and CE. RGB value is (128,153,206). Sum of RGB (Red+Green+Blue) = 128+153+206=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8099CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099CE is #7F6631. Grayscale: #979797. Windows color (decimal): -8349234 or 13539712. OLE color: 13539712.

HSL color Cylindrical-coordinate representation of color #8099CE: hue angle of 220.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8099CE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128153206-
CMYK0.380.2600.19
HSL220.77º44.32%65.49%-
HSV(B)220.77º37.86%80.78%-
XYZ31.4331.8362.88-
YUV151.57158.72111.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=26.28%
G=31.42%
B=42.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281532060.380.2600.19220.7744.3265.49
Hex8099CE261A013dd2c41
Octal200231316463202333554101
Binary10000000100110011100111010011011010010011110111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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