#809AD4

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

Shades of Portage #809AD4

Tints of Portage #809AD4

Color information

#809AD4 (or 0x809AD4) is unknown color: approx Portage. HEX triplet: 80, 9A and D4. RGB value is (128,154,212). Sum of RGB (Red+Green+Blue) = 128+154+212=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #809AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AD4 is #7F652B. Grayscale: #989898. Windows color (decimal): -8348972 or 13933184. OLE color: 13933184.

HSL color Cylindrical-coordinate representation of color #809AD4: hue angle of 221.43º 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 #809AD4 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128154212-
CMYK0.400.2700.17
HSL221.43º49.41%66.67%-
HSV(B)221.43º39.62%83.14%-
XYZ32.3432.4566.85-
YUV152.84161.39110.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 212 (83.20% from 255) = 42.91%
R=25.91%
G=31.17%
B=42.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281542120.400.2700.17221.4349.4166.67
Hex809AD4281B011dd3143
Octal200232324503302133561103
Binary10000000100110101101010010100011011010001110111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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