#8087DF

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

Shades of Portage #8087DF

Tints of Portage #8087DF

Color information

#8087DF (or 0x8087DF) is unknown color: approx Portage. HEX triplet: 80, 87 and DF. RGB value is (128,135,223). Sum of RGB (Red+Green+Blue) = 128+135+223=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8087DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087DF is #7F7820. Grayscale: #8E8E8E. Windows color (decimal): -8353825 or 14649216. OLE color: 14649216.

HSL color Cylindrical-coordinate representation of color #8087DF: hue angle of 235.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8087DF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128135223-
CMYK0.430.3900.13
HSL235.58º59.75%68.82%-
HSV(B)235.58º42.6%87.45%-
XYZ30.8927.2473.44-
YUV142.94173.18117.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=26.34%
G=27.78%
B=45.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281352230.430.3900.13235.5859.7568.82
Hex8087DF2B270Dec3c45
Octal200207337534701535474105
Binary10000000100001111101111110101110011101101111011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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