#8A97EB

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

Shades of Portage #8A97EB

Tints of Portage #8A97EB

Color information

#8A97EB (or 0x8A97EB) is unknown color: approx Portage. HEX triplet: 8A, 97 and EB. RGB value is (138,151,235). Sum of RGB (Red+Green+Blue) = 138+151+235=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A97EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A97EB is #756814. Grayscale: #9C9C9C. Windows color (decimal): -7694357 or 15439754. OLE color: 15439754.

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

Color convert

RGB138151235-
CMYK0.410.3600.08
HSL231.96º70.8%73.14%-
HSV(B)231.96º41.28%92.16%-
XYZ36.5433.5383.14-
YUV156.69172.19114.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=26.34%
G=28.82%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381512350.410.3600.08231.9670.873.14
Hex8A97EB292408e84749
Octal2122273535144010350107111
Binary100010101001011111101011101001100100010001110100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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