#989DDD

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

Shades of Portage #989DDD

Tints of Portage #989DDD

Color information

#989DDD (or 0x989DDD) is unknown color: approx Portage. HEX triplet: 98, 9D and DD. RGB value is (152,157,221). Sum of RGB (Red+Green+Blue) = 152+157+221=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #989DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDD is #676222. Grayscale: #A2A2A2. Windows color (decimal): -6775331 or 14523800. OLE color: 14523800.

HSL color Cylindrical-coordinate representation of color #989DDD: hue angle of 235.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989DDD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152157221-
CMYK0.310.2900.13
HSL235.65º50.36%73.14%-
HSV(B)235.65º31.22%86.67%-
XYZ38.0636.0173.35-
YUV162.8160.84120.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=28.68%
G=29.62%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521572210.310.2900.13235.6550.3673.14
Hex989DDD1F1D0Dec3249
Octal230235335373501535462111
Binary100110001001110111011101111111110101101111011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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