#989CDD

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

Shades of Portage #989CDD

Tints of Portage #989CDD

Color information

#989CDD (or 0x989CDD) is unknown color: approx Portage. HEX triplet: 98, 9C and DD. RGB value is (152,156,221). Sum of RGB (Red+Green+Blue) = 152+156+221=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #989CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CDD is #676322. Grayscale: #A1A1A1. Windows color (decimal): -6775587 or 14523544. OLE color: 14523544.

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

Color convert

RGB152156221-
CMYK0.310.2900.13
HSL236.52º50.36%73.14%-
HSV(B)236.52º31.22%86.67%-
XYZ37.8935.6773.3-
YUV162.21161.17120.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=28.73%
G=29.49%
B=41.78%

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
Decimal1521562210.310.2900.13236.5250.3673.14
Hex989CDD1F1D0Ded3249
Octal230234335373501535562111
Binary100110001001110011011101111111110101101111011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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