#8999EC

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

Shades of Portage #8999EC

Tints of Portage #8999EC

Color information

#8999EC (or 0x8999EC) is unknown color: approx Portage. HEX triplet: 89, 99 and EC. RGB value is (137,153,236). Sum of RGB (Red+Green+Blue) = 137+153+236=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #8999EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8999EC is #766613. Grayscale: #9D9D9D. Windows color (decimal): -7759380 or 15505801. OLE color: 15505801.

HSL color Cylindrical-coordinate representation of color #8999EC: hue angle of 230.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8999EC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137153236-
CMYK0.420.3500.07
HSL230.3º72.26%73.14%-
HSV(B)230.3º41.95%92.55%-
XYZ36.8534.1684.01-
YUV157.68172.2113.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=26.05%
G=29.09%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371532360.420.3500.07230.372.2673.14
Hex8999EC2A2307e64849
Octal211231354524307346110111
Binary10001001100110011110110010101010001101111110011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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