#8A98FC

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

Shades of Portage #8A98FC

Tints of Portage #8A98FC

Color information

#8A98FC (or 0x8A98FC) is unknown color: approx Portage. HEX triplet: 8A, 98 and FC. RGB value is (138,152,252). Sum of RGB (Red+Green+Blue) = 138+152+252=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A98FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98FC is #756703. Grayscale: #9E9E9E. Windows color (decimal): -7694084 or 16554122. OLE color: 16554122.

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

Color convert

RGB138152252-
CMYK0.450.4000.01
HSL232.63º95%76.47%-
HSV(B)232.63º45.24%98.82%-
XYZ39.2834.8996.76-
YUV159.21180.36112.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.46%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=25.46%
G=28.04%
B=46.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381522520.450.4000.01232.639576.47
Hex8A98FC2D2801e95f4c
Octal212230374555001351137114
Binary100010101001100011111100101101101000011110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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