#989BE2

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

Shades of Portage #989BE2

Tints of Portage #989BE2

Color information

#989BE2 (or 0x989BE2) is unknown color: approx Portage. HEX triplet: 98, 9B and E2. RGB value is (152,155,226). Sum of RGB (Red+Green+Blue) = 152+155+226=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #989BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE2 is #67641D. Grayscale: #A1A1A1. Windows color (decimal): -6775838 or 14850968. OLE color: 14850968.

HSL color Cylindrical-coordinate representation of color #989BE2: hue angle of 237.57º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989BE2 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152155226-
CMYK0.330.3100.11
HSL237.57º56.06%74.12%-
HSV(B)237.57º32.74%88.63%-
XYZ38.435.6176.8-
YUV162.2164.01120.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=28.52%
G=29.08%
B=42.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521552260.330.3100.11237.5756.0674.12
Hex989BE2211F0Bee384a
Octal230233342413701335670112
Binary1001100010011011111000101000011111101011111011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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