#809CE0

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

Shades of Portage #809CE0

Tints of Portage #809CE0

Color information

#809CE0 (or 0x809CE0) is unknown color: approx Portage. HEX triplet: 80, 9C and E0. RGB value is (128,156,224). Sum of RGB (Red+Green+Blue) = 128+156+224=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #809CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CE0 is #7F631F. Grayscale: #9B9B9B. Windows color (decimal): -8348448 or 14720128. OLE color: 14720128.

HSL color Cylindrical-coordinate representation of color #809CE0: hue angle of 222.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809CE0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128156224-
CMYK0.430.3000.12
HSL222.5º60.76%69.02%-
HSV(B)222.5º42.86%87.84%-
XYZ34.2533.7575.23-
YUV155.38166.72108.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=25.20%
G=30.71%
B=44.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281562240.430.3000.12222.560.7669.02
Hex809CE02B1E0Cde3d45
Octal200234340533601433675105
Binary1000000010011100111000001010111111001100110111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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