#8998EA

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

Shades of Portage #8998EA

Tints of Portage #8998EA

Color information

#8998EA (or 0x8998EA) is unknown color: approx Portage. HEX triplet: 89, 98 and EA. RGB value is (137,152,234). Sum of RGB (Red+Green+Blue) = 137+152+234=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #8998EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998EA is #766715. Grayscale: #9C9C9C. Windows color (decimal): -7759638 or 15374473. OLE color: 15374473.

HSL color Cylindrical-coordinate representation of color #8998EA: hue angle of 230.72º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8998EA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137152234-
CMYK0.410.3500.08
HSL230.72º69.78%72.75%-
HSV(B)230.72º41.45%91.76%-
XYZ36.433.7282.43-
YUV156.86171.53113.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=26.20%
G=29.06%
B=44.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371522340.410.3500.08230.7269.7872.75
Hex8998EA292308e74649
Octal2112303525143010347106111
Binary100010011001100011101010101001100011010001110011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998EA; }

 p { color: rgb(137,152,234); }

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

<style>
 a { background-color: #8998EA; }

 a { background-color: rgb(137,152,234); }

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

<style>
 span { border-color: #8998EA; }

 span { border-color: rgb(137,152,234); }

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