#809CE7

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

Shades of Portage #809CE7

Tints of Portage #809CE7

Color information

#809CE7 (or 0x809CE7) is unknown color: approx Portage. HEX triplet: 80, 9C and E7. RGB value is (128,156,231). Sum of RGB (Red+Green+Blue) = 128+156+231=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #809CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CE7 is #7F6318. Grayscale: #9B9B9B. Windows color (decimal): -8348441 or 15178880. OLE color: 15178880.

HSL color Cylindrical-coordinate representation of color #809CE7: hue angle of 223.69º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809CE7 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128156231-
CMYK0.450.3200.09
HSL223.69º68.21%70.39%-
HSV(B)223.69º44.59%90.59%-
XYZ35.2134.1480.33-
YUV156.18170.22107.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 231 (90.62% from 255) = 44.85%
R=24.85%
G=30.29%
B=44.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281562310.450.3200.09223.6968.2170.39
Hex809CE72D2009e04446
Octal2002343475540011340104106
Binary100000001001110011100111101101100000010011110000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,231); }

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

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

 a { background-color: rgb(128,156,231); }

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

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

 span { border-color: rgb(128,156,231); }

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