#809BD8

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

Shades of Portage #809BD8

Tints of Portage #809BD8

Color information

#809BD8 (or 0x809BD8) is unknown color: approx Portage. HEX triplet: 80, 9B and D8. RGB value is (128,155,216). Sum of RGB (Red+Green+Blue) = 128+155+216=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #809BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BD8 is #7F6427. Grayscale: #999999. Windows color (decimal): -8348712 or 14195584. OLE color: 14195584.

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

Color convert

RGB128155216-
CMYK0.410.2800.15
HSL221.59º53.01%67.45%-
HSV(B)221.59º40.74%84.71%-
XYZ33.0232.9969.59-
YUV153.88163.05109.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=25.65%
G=31.06%
B=43.29%

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
Decimal1281552160.410.2800.15221.5953.0167.45
Hex809BD8291C0Fde3543
Octal200233330513401733665103
Binary1000000010011011110110001010011110001111110111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,216); }

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

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

 a { background-color: rgb(128,155,216); }

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

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

 span { border-color: rgb(128,155,216); }

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