#8F8AEC

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

Shades of Portage #8F8AEC

Tints of Portage #8F8AEC

Color information

#8F8AEC (or 0x8F8AEC) is unknown color: approx Portage. HEX triplet: 8F, 8A and EC. RGB value is (143,138,236). Sum of RGB (Red+Green+Blue) = 143+138+236=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8AEC is #707513. Grayscale: #969696. Windows color (decimal): -7370004 or 15501967. OLE color: 15501967.

HSL color Cylindrical-coordinate representation of color #8F8AEC: hue angle of 243.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F8AEC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143138236-
CMYK0.390.4200.07
HSL243.06º72.06%73.33%-
HSV(B)243.06º41.53%92.55%-
XYZ35.5630.0783.29-
YUV150.67176.16122.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=27.66%
G=26.69%
B=45.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431382360.390.4200.07243.0672.0673.33
Hex8F8AEC272A07f34849
Octal217212354475207363110111
Binary10001111100010101110110010011110101001111111001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,236); }

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

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

 a { background-color: rgb(143,138,236); }

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

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

 span { border-color: rgb(143,138,236); }

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