#809AEB

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

Shades of Portage #809AEB

Tints of Portage #809AEB

Color information

#809AEB (or 0x809AEB) is unknown color: approx Portage. HEX triplet: 80, 9A and EB. RGB value is (128,154,235). Sum of RGB (Red+Green+Blue) = 128+154+235=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #809AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809AEB is #7F6514. Grayscale: #9B9B9B. Windows color (decimal): -8348949 or 15440512. OLE color: 15440512.

HSL color Cylindrical-coordinate representation of color #809AEB: hue angle of 225.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809AEB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128154235-
CMYK0.460.3400.08
HSL225.42º72.79%71.18%-
HSV(B)225.42º45.53%92.16%-
XYZ35.4533.783.23-
YUV155.46172.89108.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.76%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=24.76%
G=29.79%
B=45.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281542350.460.3400.08225.4272.7971.18
Hex809AEB2E2208e14947
Octal2002323535642010341111107
Binary100000001001101011101011101110100010010001110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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