#989CDF

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

Shades of Portage #989CDF

Tints of Portage #989CDF

Color information

#989CDF (or 0x989CDF) is unknown color: approx Portage. HEX triplet: 98, 9C and DF. RGB value is (152,156,223). Sum of RGB (Red+Green+Blue) = 152+156+223=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #989CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CDF is #676320. Grayscale: #A2A2A2. Windows color (decimal): -6775585 or 14654616. OLE color: 14654616.

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

Color convert

RGB152156223-
CMYK0.320.3000.13
HSL236.62º52.59%73.53%-
HSV(B)236.62º31.84%87.45%-
XYZ38.1635.7874.71-
YUV162.44162.17120.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=28.63%
G=29.38%
B=42.00%

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
Decimal1521562230.320.3000.13236.6252.5973.53
Hex989CDF201E0Ded354a
Octal230234337403601535565112
Binary1001100010011100110111111000001111001101111011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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