#8287DB

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

Shades of Portage #8287DB

Tints of Portage #8287DB

Color information

#8287DB (or 0x8287DB) is unknown color: approx Portage. HEX triplet: 82, 87 and DB. RGB value is (130,135,219). Sum of RGB (Red+Green+Blue) = 130+135+219=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8287DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287DB is #7D7824. Grayscale: #8E8E8E. Windows color (decimal): -8222757 or 14387074. OLE color: 14387074.

HSL color Cylindrical-coordinate representation of color #8287DB: hue angle of 236.63º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8287DB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130135219-
CMYK0.410.3800.14
HSL236.63º55.28%68.43%-
HSV(B)236.63º40.64%85.88%-
XYZ30.6627.1970.65-
YUV143.08170.84118.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=26.86%
G=27.89%
B=45.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301352190.410.3800.14236.6355.2868.43
Hex8287DB29260Eed3744
Octal202207333514601635567104
Binary10000010100001111101101110100110011001110111011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8287DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8287DB; }

 p { color: rgb(130,135,219); }

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

<style>
 a { background-color: #8287DB; }

 a { background-color: rgb(130,135,219); }

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

<style>
 span { border-color: #8287DB; }

 span { border-color: rgb(130,135,219); }

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