#8086DA

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

Shades of Portage #8086DA

Tints of Portage #8086DA

Color information

#8086DA (or 0x8086DA) is unknown color: approx Portage. HEX triplet: 80, 86 and DA. RGB value is (128,134,218). Sum of RGB (Red+Green+Blue) = 128+134+218=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #8086DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086DA is #7F7925. Grayscale: #8D8D8D. Windows color (decimal): -8354086 or 14321280. OLE color: 14321280.

HSL color Cylindrical-coordinate representation of color #8086DA: hue angle of 236º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8086DA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128134218-
CMYK0.410.3900.15
HSL236º54.88%67.84%-
HSV(B)236º41.28%85.49%-
XYZ30.0826.769.9-
YUV141.78171.01118.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=26.67%
G=27.92%
B=45.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281342180.410.3900.1523654.8867.84
Hex8086DA29270Fec3744
Octal200206332514701735467104
Binary10000000100001101101101010100110011101111111011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8086DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8086DA; }

 p { color: rgb(128,134,218); }

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

<style>
 a { background-color: #8086DA; }

 a { background-color: rgb(128,134,218); }

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

<style>
 span { border-color: #8086DA; }

 span { border-color: rgb(128,134,218); }

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