#989BE3

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

Shades of Portage #989BE3

Tints of Portage #989BE3

Color information

#989BE3 (or 0x989BE3) is unknown color: approx Portage. HEX triplet: 98, 9B and E3. RGB value is (152,155,227). Sum of RGB (Red+Green+Blue) = 152+155+227=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #989BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE3 is #67641C. Grayscale: #A2A2A2. Windows color (decimal): -6775837 or 14916504. OLE color: 14916504.

HSL color Cylindrical-coordinate representation of color #989BE3: hue angle of 237.6º degrees, saturation: 0.57, 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 #989BE3 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152155227-
CMYK0.330.3200.11
HSL237.6º57.25%74.31%-
HSV(B)237.6º33.04%89.02%-
XYZ38.5435.6677.53-
YUV162.31164.51120.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=28.46%
G=29.03%
B=42.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521552270.330.3200.11237.657.2574.31
Hex989BE321200Bee394a
Octal230233343414001335671112
Binary10011000100110111110001110000110000001011111011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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