#8A86DF

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

Shades of Portage #8A86DF

Tints of Portage #8A86DF

Color information

#8A86DF (or 0x8A86DF) is unknown color: approx Portage. HEX triplet: 8A, 86 and DF. RGB value is (138,134,223). Sum of RGB (Red+Green+Blue) = 138+134+223=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86DF is #757920. Grayscale: #909090. Windows color (decimal): -7698721 or 14648970. OLE color: 14648970.

HSL color Cylindrical-coordinate representation of color #8A86DF: hue angle of 242.7º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A86DF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138134223-
CMYK0.380.4000.13
HSL242.7º58.17%70%-
HSV(B)242.7º39.91%87.45%-
XYZ32.3327.7873.47-
YUV145.34171.83122.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=27.88%
G=27.07%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381342230.380.4000.13242.758.1770
Hex8A86DF26280Df33a46
Octal212206337465001536372106
Binary10001010100001101101111110011010100001101111100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A86DF; }

 p { color: rgb(138,134,223); }

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

<style>
 a { background-color: #8A86DF; }

 a { background-color: rgb(138,134,223); }

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

<style>
 span { border-color: #8A86DF; }

 span { border-color: rgb(138,134,223); }

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