#989DE3

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

Shades of Portage #989DE3

Tints of Portage #989DE3

Color information

#989DE3 (or 0x989DE3) is unknown color: approx Portage. HEX triplet: 98, 9D and E3. RGB value is (152,157,227). Sum of RGB (Red+Green+Blue) = 152+157+227=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #989DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DE3 is #67621C. Grayscale: #A3A3A3. Windows color (decimal): -6775325 or 14917016. OLE color: 14917016.

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

Color convert

RGB152157227-
CMYK0.330.3100.11
HSL236º57.25%74.31%-
HSV(B)236º33.04%89.02%-
XYZ38.8736.3477.64-
YUV163.49163.84119.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.36%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=28.36%
G=29.29%
B=42.35%

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
Decimal1521572270.330.3100.1123657.2574.31
Hex989DE3211F0Bec394a
Octal230235343413701335471112
Binary1001100010011101111000111000011111101011111011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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