#8A8AE8

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

Shades of Portage #8A8AE8

Tints of Portage #8A8AE8

Color information

#8A8AE8 (or 0x8A8AE8) is unknown color: approx Portage. HEX triplet: 8A, 8A and E8. RGB value is (138,138,232). Sum of RGB (Red+Green+Blue) = 138+138+232=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A8AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8AE8 is #757517. Grayscale: #949494. Windows color (decimal): -7697688 or 15239818. OLE color: 15239818.

HSL color Cylindrical-coordinate representation of color #8A8AE8: hue angle of 240º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8AE8 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138138232-
CMYK0.410.4100.09
HSL240º67.14%72.55%-
HSV(B)240º40.52%90.98%-
XYZ34.1429.4180.22-
YUV148.72175120.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.17%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=27.17%
G=27.17%
B=45.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1381382320.410.4100.0924067.1472.55
Hex8A8AE8292909f04349
Octal2122123505151011360103111
Binary100010101000101011101000101001101001010011111000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,138,232); }

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

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

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

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

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

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

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