#8A99FA

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

Shades of Portage #8A99FA

Tints of Portage #8A99FA

Color information

#8A99FA (or 0x8A99FA) is unknown color: approx Portage. HEX triplet: 8A, 99 and FA. RGB value is (138,153,250). Sum of RGB (Red+Green+Blue) = 138+153+250=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A99FA is #756605. Grayscale: #9F9F9F. Windows color (decimal): -7693830 or 16423306. OLE color: 16423306.

HSL color Cylindrical-coordinate representation of color #8A99FA: hue angle of 231.96º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A99FA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138153250-
CMYK0.450.3900.02
HSL231.96º91.8%76.08%-
HSV(B)231.96º44.8%98.04%-
XYZ39.1335.0995.15-
YUV159.57179.03112.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=25.51%
G=28.28%
B=46.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381532500.450.3900.02231.9691.876.08
Hex8A99FA2D2702e85c4c
Octal212231372554702350134114
Binary1000101010011001111110101011011001110101110100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,250); }

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

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

 a { background-color: rgb(138,153,250); }

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

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

 span { border-color: rgb(138,153,250); }

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