#989DE2

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

Shades of Portage #989DE2

Tints of Portage #989DE2

Color information

#989DE2 (or 0x989DE2) is unknown color: approx Portage. HEX triplet: 98, 9D and E2. RGB value is (152,157,226). Sum of RGB (Red+Green+Blue) = 152+157+226=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #989DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DE2 is #67621D. Grayscale: #A3A3A3. Windows color (decimal): -6775326 or 14851480. OLE color: 14851480.

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

Color convert

RGB152157226-
CMYK0.330.3100.11
HSL235.95º56.06%74.12%-
HSV(B)235.95º32.74%88.63%-
XYZ38.7336.2876.91-
YUV163.37163.34119.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=28.41%
G=29.35%
B=42.24%

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
Decimal1521572260.330.3100.11235.9556.0674.12
Hex989DE2211F0Bec384a
Octal230235342413701335470112
Binary1001100010011101111000101000011111101011111011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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