#8A9FF0

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

Shades of Portage #8A9FF0

Tints of Portage #8A9FF0

Color information

#8A9FF0 (or 0x8A9FF0) is unknown color: approx Portage. HEX triplet: 8A, 9F and F0. RGB value is (138,159,240). Sum of RGB (Red+Green+Blue) = 138+159+240=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A9FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FF0 is #75600F. Grayscale: #A1A1A1. Windows color (decimal): -7692304 or 15769482. OLE color: 15769482.

HSL color Cylindrical-coordinate representation of color #8A9FF0: hue angle of 227.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A9FF0 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138159240-
CMYK0.420.3400.06
HSL227.65º77.27%74.12%-
HSV(B)227.65º42.5%94.12%-
XYZ38.6136.4987.45-
YUV161.95172.04110.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=25.70%
G=29.61%
B=44.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381592400.420.3400.06227.6577.2774.12
Hex8A9FF02A2206e44d4a
Octal212237360524206344115112
Binary10001010100111111111000010101010001001101110010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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