#989AE9

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

Shades of Portage #989AE9

Tints of Portage #989AE9

Color information

#989AE9 (or 0x989AE9) is unknown color: approx Portage. HEX triplet: 98, 9A and E9. RGB value is (152,154,233). Sum of RGB (Red+Green+Blue) = 152+154+233=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #989AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AE9 is #676516. Grayscale: #A2A2A2. Windows color (decimal): -6776087 or 15309464. OLE color: 15309464.

HSL color Cylindrical-coordinate representation of color #989AE9: hue angle of 238.52º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #989AE9 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152154233-
CMYK0.350.3400.09
HSL238.52º64.8%75.49%-
HSV(B)238.52º34.76%91.37%-
XYZ39.2135.6781.91-
YUV162.41167.84120.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=28.20%
G=28.57%
B=43.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521542330.350.3400.09238.5264.875.49
Hex989AE9232209ef414b
Octal2302323514342011357101113
Binary100110001001101011101001100011100010010011110111110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989AE9; }

 p { color: rgb(152,154,233); }

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

<style>
 a { background-color: #989AE9; }

 a { background-color: rgb(152,154,233); }

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

<style>
 span { border-color: #989AE9; }

 span { border-color: rgb(152,154,233); }

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