#809BEE

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

Shades of Portage #809BEE

Tints of Portage #809BEE

Color information

#809BEE (or 0x809BEE) is unknown color: approx Portage. HEX triplet: 80, 9B and EE. RGB value is (128,155,238). Sum of RGB (Red+Green+Blue) = 128+155+238=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #809BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BEE is #7F6411. Grayscale: #9C9C9C. Windows color (decimal): -8348690 or 15637376. OLE color: 15637376.

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

Color convert

RGB128155238-
CMYK0.460.3500.07
HSL225.27º76.39%71.76%-
HSV(B)225.27º46.22%93.33%-
XYZ36.0634.285.59-
YUV156.39174.05107.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=24.57%
G=29.75%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281552380.460.3500.07225.2776.3971.76
Hex809BEE2E2307e14c48
Octal200233356564307341114110
Binary10000000100110111110111010111010001101111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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