#808BD5

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

Shades of Portage #808BD5

Tints of Portage #808BD5

Color information

#808BD5 (or 0x808BD5) is unknown color: approx Portage. HEX triplet: 80, 8B and D5. RGB value is (128,139,213). Sum of RGB (Red+Green+Blue) = 128+139+213=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #808BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BD5 is #7F742A. Grayscale: #8F8F8F. Windows color (decimal): -8352811 or 13994880. OLE color: 13994880.

HSL color Cylindrical-coordinate representation of color #808BD5: hue angle of 232.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808BD5 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128139213-
CMYK0.400.3500.16
HSL232.24º50.3%66.86%-
HSV(B)232.24º39.91%83.53%-
XYZ30.1427.8666.74-
YUV144.15166.86116.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=26.67%
G=28.96%
B=44.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281392130.400.3500.16232.2450.366.86
Hex808BD52823010e83243
Octal200213325504302035062103
Binary100000001000101111010101101000100011010000111010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808BD5; }

 p { color: rgb(128,139,213); }

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

<style>
 a { background-color: #808BD5; }

 a { background-color: rgb(128,139,213); }

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

<style>
 span { border-color: #808BD5; }

 span { border-color: rgb(128,139,213); }

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