#989EE1

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

Shades of Portage #989EE1

Tints of Portage #989EE1

Color information

#989EE1 (or 0x989EE1) is unknown color: approx Portage. HEX triplet: 98, 9E and E1. RGB value is (152,158,225). Sum of RGB (Red+Green+Blue) = 152+158+225=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #989EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EE1 is #67611E. Grayscale: #A3A3A3. Windows color (decimal): -6775071 or 14786200. OLE color: 14786200.

HSL color Cylindrical-coordinate representation of color #989EE1: hue angle of 235.07º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989EE1 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152158225-
CMYK0.320.3000.12
HSL235.07º54.89%73.92%-
HSV(B)235.07º32.44%88.24%-
XYZ38.7736.5776.25-
YUV163.84162.51119.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=28.41%
G=29.53%
B=42.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521582250.320.3000.12235.0754.8973.92
Hex989EE1201E0Ceb374a
Octal230236341403601435367112
Binary1001100010011110111000011000001111001100111010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,158,225); }

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

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

 a { background-color: rgb(152,158,225); }

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

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

 span { border-color: rgb(152,158,225); }

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