#809BEB

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

Shades of Portage #809BEB

Tints of Portage #809BEB

Color information

#809BEB (or 0x809BEB) is unknown color: approx Portage. HEX triplet: 80, 9B and EB. RGB value is (128,155,235). Sum of RGB (Red+Green+Blue) = 128+155+235=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #809BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BEB is #7F6414. Grayscale: #9B9B9B. Windows color (decimal): -8348693 or 15440768. OLE color: 15440768.

HSL color Cylindrical-coordinate representation of color #809BEB: hue angle of 224.86º 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 #809BEB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128155235-
CMYK0.460.3400.08
HSL224.86º72.79%71.18%-
HSV(B)224.86º45.53%92.16%-
XYZ35.6234.0383.29-
YUV156.05172.55108-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=24.71%
G=29.92%
B=45.37%

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
Decimal1281552350.460.3400.08224.8672.7971.18
Hex809BEB2E2208e14947
Octal2002333535642010341111107
Binary100000001001101111101011101110100010010001110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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