#809DDD

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

Shades of Portage #809DDD

Tints of Portage #809DDD

Color information

#809DDD (or 0x809DDD) is unknown color: approx Portage. HEX triplet: 80, 9D and DD. RGB value is (128,157,221). Sum of RGB (Red+Green+Blue) = 128+157+221=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #809DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDD is #7F6222. Grayscale: #9B9B9B. Windows color (decimal): -8348195 or 14523776. OLE color: 14523776.

HSL color Cylindrical-coordinate representation of color #809DDD: hue angle of 221.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809DDD is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128157221-
CMYK0.420.2900.13
HSL221.29º57.76%68.43%-
HSV(B)221.29º42.08%86.67%-
XYZ34.0133.9273.16-
YUV155.62164.89108.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=25.30%
G=31.03%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281572210.420.2900.13221.2957.7668.43
Hex809DDD2A1D0Ddd3a44
Octal200235335523501533572104
Binary1000000010011101110111011010101110101101110111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809DDD; }

 p { color: rgb(128,157,221); }

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

<style>
 a { background-color: #809DDD; }

 a { background-color: rgb(128,157,221); }

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

<style>
 span { border-color: #809DDD; }

 span { border-color: rgb(128,157,221); }

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