#8a97ea

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

Shades of Portage #8A97EA

Tints of Portage #8A97EA

Color information

#8A97EA (or 0x8A97EA) is unknown color: approx Portage. HEX triplet: 8A, 97 and EA. RGB value is (138,151,234). Sum of RGB (Red+Green+Blue) = 138+151+234=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A97EA is #756815. Grayscale: #9C9C9C. Windows color (decimal): -7694358 or 15374218. OLE color: 15374218.

HSL color Cylindrical-coordinate representation of color #8A97EA: hue angle of 231.88º degrees, saturation: 0.7, 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 #8A97EA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138151234-
CMYK0.410.3500.08
HSL231.88º69.57%72.94%-
HSV(B)231.88º41.03%91.76%-
XYZ36.433.4882.39-
YUV156.57171.69114.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=26.39%
G=28.87%
B=44.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381512340.410.3500.08231.8869.5772.94
Hex8A97EA292308e84649
Octal2122273525143010350106111
Binary100010101001011111101010101001100011010001110100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a97ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,234); }

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

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

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

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

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

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

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