#8A98FF

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

Shades of Portage #8A98FF

Tints of Portage #8A98FF

Color information

#8A98FF (or 0x8A98FF) is unknown color: approx Portage. HEX triplet: 8A, 98 and FF. RGB value is (138,152,255). Sum of RGB (Red+Green+Blue) = 138+152+255=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98FF is #756700. Grayscale: #9F9F9F. Windows color (decimal): -7694081 or 16750730. OLE color: 16750730.

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

Color convert

RGB138152255-
CMYK0.460.4000
HSL232.82º100%77.06%-
HSV(B)232.82º45.88%100%-
XYZ39.7635.0899.28-
YUV159.56181.86112.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.32%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 255 (100% from 255) = 46.79%
R=25.32%
G=27.89%
B=46.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381522550.460.4000232.8210077.06
Hex8A98FF2E2800e9644d
Octal212230377565000351144115
Binary100010101001100011111111101110101000001110100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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