#809BEC

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

Shades of Portage #809BEC

Tints of Portage #809BEC

Color information

#809BEC (or 0x809BEC) is unknown color: approx Portage. HEX triplet: 80, 9B and EC. RGB value is (128,155,236). Sum of RGB (Red+Green+Blue) = 128+155+236=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #809BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BEC is #7F6413. Grayscale: #9B9B9B. Windows color (decimal): -8348692 or 15506304. OLE color: 15506304.

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

Color convert

RGB128155236-
CMYK0.460.3400.07
HSL225º73.97%71.37%-
HSV(B)225º45.76%92.55%-
XYZ35.7634.0984.05-
YUV156.16173.05107.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=24.66%
G=29.87%
B=45.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281552360.460.3400.0722573.9771.37
Hex809BEC2E2207e14a47
Octal200233354564207341112107
Binary10000000100110111110110010111010001001111110000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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