#809DDE

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

Shades of Portage #809DDE

Tints of Portage #809DDE

Color information

#809DDE (or 0x809DDE) is unknown color: approx Portage. HEX triplet: 80, 9D and DE. RGB value is (128,157,222). Sum of RGB (Red+Green+Blue) = 128+157+222=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #809DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDE is #7F6221. Grayscale: #9B9B9B. Windows color (decimal): -8348194 or 14589312. OLE color: 14589312.

HSL color Cylindrical-coordinate representation of color #809DDE: hue angle of 221.49º 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 #809DDE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128157222-
CMYK0.420.2900.13
HSL221.49º58.75%68.63%-
HSV(B)221.49º42.34%87.06%-
XYZ34.1433.9873.87-
YUV155.74165.39108.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=25.25%
G=30.97%
B=43.79%

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
Decimal1281572220.420.2900.13221.4958.7568.63
Hex809DDE2A1D0Ddd3b45
Octal200235336523501533573105
Binary1000000010011101110111101010101110101101110111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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