#8898FA

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

Shades of Portage #8898FA

Tints of Portage #8898FA

Color information

#8898FA (or 0x8898FA) is unknown color: approx Portage. HEX triplet: 88, 98 and FA. RGB value is (136,152,250). Sum of RGB (Red+Green+Blue) = 136+152+250=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #8898FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8898FA is #776705. Grayscale: #9D9D9D. Windows color (decimal): -7825158 or 16423048. OLE color: 16423048.

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

Color convert

RGB136152250-
CMYK0.460.3900.02
HSL231.58º91.94%75.69%-
HSV(B)231.58º45.6%98.04%-
XYZ38.6434.5995.08-
YUV158.39179.7112.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=25.28%
G=28.25%
B=46.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361522500.460.3900.02231.5891.9475.69
Hex8898FA2E2702e85c4c
Octal210230372564702350134114
Binary1000100010011000111110101011101001110101110100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8898FA; }

 p { color: rgb(136,152,250); }

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

<style>
 a { background-color: #8898FA; }

 a { background-color: rgb(136,152,250); }

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

<style>
 span { border-color: #8898FA; }

 span { border-color: rgb(136,152,250); }

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