#8A87E0

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

Shades of Portage #8A87E0

Tints of Portage #8A87E0

Color information

#8A87E0 (or 0x8A87E0) is unknown color: approx Portage. HEX triplet: 8A, 87 and E0. RGB value is (138,135,224). Sum of RGB (Red+Green+Blue) = 138+135+224=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87E0 is #75781F. Grayscale: #919191. Windows color (decimal): -7698464 or 14714762. OLE color: 14714762.

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

Color convert

RGB138135224-
CMYK0.380.4000.12
HSL242.02º58.94%70.39%-
HSV(B)242.02º39.73%87.84%-
XYZ32.628.1174.23-
YUV146.04171.99122.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=27.77%
G=27.16%
B=45.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381352240.380.4000.12242.0258.9470.39
Hex8A87E026280Cf23b46
Octal212207340465001436273106
Binary10001010100001111110000010011010100001100111100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,224); }

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

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

 a { background-color: rgb(138,135,224); }

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

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

 span { border-color: rgb(138,135,224); }

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