#8a9cff

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

Shades of Portage #8A9CFF

Tints of Portage #8A9CFF

Color information

#8A9CFF (or 0x8A9CFF) is unknown color: approx Portage. HEX triplet: 8A, 9C and FF. RGB value is (138,156,255). Sum of RGB (Red+Green+Blue) = 138+156+255=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9CFF is #756300. Grayscale: #A1A1A1. Windows color (decimal): -7693057 or 16751754. OLE color: 16751754.

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

Color convert

RGB138156255-
CMYK0.460.3900
HSL230.77º100%77.06%-
HSV(B)230.77º45.88%100%-
XYZ40.4236.499.5-
YUV161.9180.54110.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 255 (100% from 255) = 46.45%
R=25.14%
G=28.42%
B=46.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381562550.460.3900230.7710077.06
Hex8A9CFF2E2700e7644d
Octal212234377564700347144115
Binary100010101001110011111111101110100111001110011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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