#8099D4

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

Shades of Portage #8099D4

Tints of Portage #8099D4

Color information

#8099D4 (or 0x8099D4) is unknown color: approx Portage. HEX triplet: 80, 99 and D4. RGB value is (128,153,212). Sum of RGB (Red+Green+Blue) = 128+153+212=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #8099D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099D4 is #7F662B. Grayscale: #979797. Windows color (decimal): -8349228 or 13932928. OLE color: 13932928.

HSL color Cylindrical-coordinate representation of color #8099D4: hue angle of 222.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8099D4 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128153212-
CMYK0.400.2800.17
HSL222.14º49.41%66.67%-
HSV(B)222.14º39.62%83.14%-
XYZ32.1832.1366.79-
YUV152.25161.72110.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 212 (83.20% from 255) = 43.00%
R=25.96%
G=31.03%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281532120.400.2800.17222.1449.4166.67
Hex8099D4281C011de3143
Octal200231324503402133661103
Binary10000000100110011101010010100011100010001110111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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