#989DDF

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

Shades of Portage #989DDF

Tints of Portage #989DDF

Color information

#989DDF (or 0x989DDF) is unknown color: approx Portage. HEX triplet: 98, 9D and DF. RGB value is (152,157,223). Sum of RGB (Red+Green+Blue) = 152+157+223=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #989DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDF is #676220. Grayscale: #A2A2A2. Windows color (decimal): -6775329 or 14654872. OLE color: 14654872.

HSL color Cylindrical-coordinate representation of color #989DDF: hue angle of 235.77º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989DDF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152157223-
CMYK0.320.3000.13
HSL235.77º52.59%73.53%-
HSV(B)235.77º31.84%87.45%-
XYZ38.3336.1274.76-
YUV163.03161.84120.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=28.57%
G=29.51%
B=41.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521572230.320.3000.13235.7752.5973.53
Hex989DDF201E0Dec354a
Octal230235337403601535465112
Binary1001100010011101110111111000001111001101111011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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