#8A9AFF

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

Shades of Portage #8A9AFF

Tints of Portage #8A9AFF

Color information

#8A9AFF (or 0x8A9AFF) is unknown color: approx Portage. HEX triplet: 8A, 9A and FF. RGB value is (138,154,255). Sum of RGB (Red+Green+Blue) = 138+154+255=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9AFF is #756500. Grayscale: #A0A0A0. Windows color (decimal): -7693569 or 16751242. OLE color: 16751242.

HSL color Cylindrical-coordinate representation of color #8A9AFF: hue angle of 231.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A9AFF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138154255-
CMYK0.460.4000
HSL231.79º100%77.06%-
HSV(B)231.79º45.88%100%-
XYZ40.0935.7399.39-
YUV160.73181.2111.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 255 (100% from 255) = 46.62%
R=25.23%
G=28.15%
B=46.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381542550.460.4000231.7910077.06
Hex8A9AFF2E2800e8644d
Octal212232377565000350144115
Binary100010101001101011111111101110101000001110100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,255); }

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

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

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

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

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

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

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