#809AD5

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

Shades of Portage #809AD5

Tints of Portage #809AD5

Color information

#809AD5 (or 0x809AD5) is unknown color: approx Portage. HEX triplet: 80, 9A and D5. RGB value is (128,154,213). Sum of RGB (Red+Green+Blue) = 128+154+213=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #809AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AD5 is #7F652A. Grayscale: #989898. Windows color (decimal): -8348971 or 13998720. OLE color: 13998720.

HSL color Cylindrical-coordinate representation of color #809AD5: hue angle of 221.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #809AD5 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128154213-
CMYK0.400.2800.16
HSL221.65º50.3%66.86%-
HSV(B)221.65º39.91%83.53%-
XYZ32.4732.567.51-
YUV152.95161.89110.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=25.86%
G=31.11%
B=43.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281542130.400.2800.16221.6550.366.86
Hex809AD5281C010de3243
Octal200232325503402033662103
Binary10000000100110101101010110100011100010000110111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,154,213); }

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

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

 a { background-color: rgb(128,154,213); }

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

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

 span { border-color: rgb(128,154,213); }

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