#8A8EEB

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

Shades of Portage #8A8EEB

Tints of Portage #8A8EEB

Color information

#8A8EEB (or 0x8A8EEB) is unknown color: approx Portage. HEX triplet: 8A, 8E and EB. RGB value is (138,142,235). Sum of RGB (Red+Green+Blue) = 138+142+235=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8EEB is #757114. Grayscale: #979797. Windows color (decimal): -7696661 or 15437450. OLE color: 15437450.

HSL color Cylindrical-coordinate representation of color #8A8EEB: hue angle of 237.53º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8EEB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138142235-
CMYK0.410.4000.08
HSL237.53º70.8%73.14%-
HSV(B)237.53º41.28%92.16%-
XYZ35.1530.7582.68-
YUV151.41175.17118.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=26.80%
G=27.57%
B=45.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381422350.410.4000.08237.5370.873.14
Hex8A8EEB292808ee4749
Octal2122163535150010356107111
Binary100010101000111011101011101001101000010001110111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,235); }

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

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

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

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

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

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

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