#8A9EFC

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

Shades of Portage #8A9EFC

Tints of Portage #8A9EFC

Color information

#8A9EFC (or 0x8A9EFC) is unknown color: approx Portage. HEX triplet: 8A, 9E and FC. RGB value is (138,158,252). Sum of RGB (Red+Green+Blue) = 138+158+252=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9EFC is #756103. Grayscale: #A2A2A2. Windows color (decimal): -7692548 or 16555658. OLE color: 16555658.

HSL color Cylindrical-coordinate representation of color #8A9EFC: hue angle of 229.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9EFC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138158252-
CMYK0.450.3700.01
HSL229.47º95%76.47%-
HSV(B)229.47º45.24%98.82%-
XYZ40.2836.8997.09-
YUV162.74178.37110.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=25.18%
G=28.83%
B=45.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381582520.450.3700.01229.479576.47
Hex8A9EFC2D2501e55f4c
Octal212236374554501345137114
Binary100010101001111011111100101101100101011110010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,158,252); }

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

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

 a { background-color: rgb(138,158,252); }

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

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

 span { border-color: rgb(138,158,252); }

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