#8A8FEC

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

Shades of Portage #8A8FEC

Tints of Portage #8A8FEC

Color information

#8A8FEC (or 0x8A8FEC) is unknown color: approx Portage. HEX triplet: 8A, 8F and EC. RGB value is (138,143,236). Sum of RGB (Red+Green+Blue) = 138+143+236=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 143 (56.25% from 255 or 27.66% 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 #8A8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8FEC is #757013. Grayscale: #979797. Windows color (decimal): -7696404 or 15503242. OLE color: 15503242.

HSL color Cylindrical-coordinate representation of color #8A8FEC: hue angle of 236.94º 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 #8A8FEC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138143236-
CMYK0.420.3900.07
HSL236.94º72.06%73.33%-
HSV(B)236.94º41.53%92.55%-
XYZ35.4431.183.49-
YUV152.11175.34117.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381432360.420.3900.07236.9472.0673.33
Hex8A8FEC2A2707ed4849
Octal212217354524707355110111
Binary10001010100011111110110010101010011101111110110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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