#989BE1

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

Shades of Portage #989BE1

Tints of Portage #989BE1

Color information

#989BE1 (or 0x989BE1) is unknown color: approx Portage. HEX triplet: 98, 9B and E1. RGB value is (152,155,225). Sum of RGB (Red+Green+Blue) = 152+155+225=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #989BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE1 is #67641E. Grayscale: #A1A1A1. Windows color (decimal): -6775839 or 14785432. OLE color: 14785432.

HSL color Cylindrical-coordinate representation of color #989BE1: hue angle of 237.53º 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 #989BE1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152155225-
CMYK0.320.3100.12
HSL237.53º54.89%73.92%-
HSV(B)237.53º32.44%88.24%-
XYZ38.2635.5576.08-
YUV162.08163.51120.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=28.57%
G=29.14%
B=42.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521552250.320.3100.12237.5354.8973.92
Hex989BE1201F0Cee374a
Octal230233341403701435667112
Binary1001100010011011111000011000001111101100111011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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