#8a9fff

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

Shades of Portage #8A9FFF

Tints of Portage #8A9FFF

Color information

#8A9FFF (or 0x8A9FFF) is unknown color: approx Portage. HEX triplet: 8A, 9F and FF. RGB value is (138,159,255). Sum of RGB (Red+Green+Blue) = 138+159+255=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FFF is #756000. Grayscale: #A3A3A3. Windows color (decimal): -7692289 or 16752522. OLE color: 16752522.

HSL color Cylindrical-coordinate representation of color #8A9FFF: hue angle of 229.23º 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 #8A9FFF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138159255-
CMYK0.460.3800
HSL229.23º100%77.06%-
HSV(B)229.23º45.88%100%-
XYZ40.9337.4299.67-
YUV163.66179.54109.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 46.20%
R=25%
G=28.80%
B=46.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381592550.460.3800229.2310077.06
Hex8A9FFF2E2600e5644d
Octal212237377564600345144115
Binary100010101001111111111111101110100110001110010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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