#809DDA

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

Shades of Portage #809DDA

Tints of Portage #809DDA

Color information

#809DDA (or 0x809DDA) is unknown color: approx Portage. HEX triplet: 80, 9D and DA. RGB value is (128,157,218). Sum of RGB (Red+Green+Blue) = 128+157+218=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #809DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDA is #7F6225. Grayscale: #9B9B9B. Windows color (decimal): -8348198 or 14327168. OLE color: 14327168.

HSL color Cylindrical-coordinate representation of color #809DDA: hue angle of 220.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809DDA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128157218-
CMYK0.410.2800.15
HSL220.67º54.88%67.84%-
HSV(B)220.67º41.28%85.49%-
XYZ33.6133.7771.08-
YUV155.28163.39108.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=25.45%
G=31.21%
B=43.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281572180.410.2800.15220.6754.8867.84
Hex809DDA291C0Fdd3744
Octal200235332513401733567104
Binary1000000010011101110110101010011110001111110111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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