#8087DA

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

Shades of Portage #8087DA

Tints of Portage #8087DA

Color information

#8087DA (or 0x8087DA) is unknown color: approx Portage. HEX triplet: 80, 87 and DA. RGB value is (128,135,218). Sum of RGB (Red+Green+Blue) = 128+135+218=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8087DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087DA is #7F7825. Grayscale: #8E8E8E. Windows color (decimal): -8353830 or 14321536. OLE color: 14321536.

HSL color Cylindrical-coordinate representation of color #8087DA: hue angle of 235.33º 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 #8087DA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128135218-
CMYK0.410.3800.15
HSL235.33º54.88%67.84%-
HSV(B)235.33º41.28%85.49%-
XYZ30.2226.9869.94-
YUV142.37170.68117.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=26.61%
G=28.07%
B=45.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281352180.410.3800.15235.3354.8867.84
Hex8087DA29260Feb3744
Octal200207332514601735367104
Binary10000000100001111101101010100110011001111111010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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