#8A99FF

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

Shades of Portage #8A99FF

Tints of Portage #8A99FF

Color information

#8A99FF (or 0x8A99FF) is unknown color: approx Portage. HEX triplet: 8A, 99 and FF. RGB value is (138,153,255). Sum of RGB (Red+Green+Blue) = 138+153+255=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A99FF is #756600. Grayscale: #9F9F9F. Windows color (decimal): -7693825 or 16750986. OLE color: 16750986.

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

Color convert

RGB138153255-
CMYK0.460.400
HSL232.31º100%77.06%-
HSV(B)232.31º45.88%100%-
XYZ39.9235.4199.34-
YUV160.14181.53112.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 255 (100% from 255) = 46.70%
R=25.27%
G=28.02%
B=46.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381532550.460.400232.3110077.06
Hex8A99FF2E2800e8644d
Octal212231377565000350144115
Binary100010101001100111111111101110101000001110100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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