#8a88ee

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

Shades of Portage #8A88EE

Tints of Portage #8A88EE

Color information

#8A88EE (or 0x8A88EE) is unknown color: approx Portage. HEX triplet: 8A, 88 and EE. RGB value is (138,136,238). Sum of RGB (Red+Green+Blue) = 138+136+238=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A88EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A88EE is #757711. Grayscale: #939393. Windows color (decimal): -7698194 or 15632522. OLE color: 15632522.

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

Color convert

RGB138136238-
CMYK0.420.4300.07
HSL241.18º75%73.33%-
HSV(B)241.18º42.86%93.33%-
XYZ34.7229.1884.69-
YUV148.23178.66120.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=26.95%
G=26.56%
B=46.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381362380.420.4300.07241.187573.33
Hex8A88EE2A2B07f14b49
Octal212210356525307361113111
Binary10001010100010001110111010101010101101111111000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a88ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,136,238); }

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

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

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

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

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

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

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