#8999EA

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

Shades of Portage #8999EA

Tints of Portage #8999EA

Color information

#8999EA (or 0x8999EA) is unknown color: approx Portage. HEX triplet: 89, 99 and EA. RGB value is (137,153,234). Sum of RGB (Red+Green+Blue) = 137+153+234=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8999EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8999EA is #766615. Grayscale: #9D9D9D. Windows color (decimal): -7759382 or 15374729. OLE color: 15374729.

HSL color Cylindrical-coordinate representation of color #8999EA: hue angle of 230.1º 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 #8999EA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137153234-
CMYK0.410.3500.08
HSL230.1º69.78%72.75%-
HSV(B)230.1º41.45%91.76%-
XYZ36.5634.0482.49-
YUV157.45171.2113.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=26.15%
G=29.20%
B=44.66%

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
Decimal1371532340.410.3500.08230.169.7872.75
Hex8999EA292308e64649
Octal2112313525143010346106111
Binary100010011001100111101010101001100011010001110011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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