#8F87E0

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

Shades of Portage #8F87E0

Tints of Portage #8F87E0

Color information

#8F87E0 (or 0x8F87E0) is unknown color: approx Portage. HEX triplet: 8F, 87 and E0. RGB value is (143,135,224). Sum of RGB (Red+Green+Blue) = 143+135+224=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87E0 is #70781F. Grayscale: #939393. Windows color (decimal): -7370784 or 14714767. OLE color: 14714767.

HSL color Cylindrical-coordinate representation of color #8F87E0: hue angle of 245.39º 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 #8F87E0 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB143135224-
CMYK0.360.4000.12
HSL245.39º58.94%70.39%-
HSV(B)245.39º39.73%87.84%-
XYZ33.4528.5574.27-
YUV147.54171.15124.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=28.49%
G=26.89%
B=44.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1431352240.360.4000.12245.3958.9470.39
Hex8F87E024280Cf53b46
Octal217207340445001436573106
Binary10001111100001111110000010010010100001100111101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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