#8988DF

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

Shades of Portage #8988DF

Tints of Portage #8988DF

Color information

#8988DF (or 0x8988DF) is unknown color: approx Portage. HEX triplet: 89, 88 and DF. RGB value is (137,136,223). Sum of RGB (Red+Green+Blue) = 137+136+223=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #8988DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988DF is #767720. Grayscale: #919191. Windows color (decimal): -7763745 or 14649481. OLE color: 14649481.

HSL color Cylindrical-coordinate representation of color #8988DF: hue angle of 240.69º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8988DF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137136223-
CMYK0.390.3900.13
HSL240.69º57.62%70.39%-
HSV(B)240.69º39.01%87.45%-
XYZ32.4428.2573.56-
YUV146.22171.33121.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=27.62%
G=27.42%
B=44.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371362230.390.3900.13240.6957.6270.39
Hex8988DF27270Df13a46
Octal211210337474701536172106
Binary10001001100010001101111110011110011101101111100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8988DF; }

 p { color: rgb(137,136,223); }

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

<style>
 a { background-color: #8988DF; }

 a { background-color: rgb(137,136,223); }

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

<style>
 span { border-color: #8988DF; }

 span { border-color: rgb(137,136,223); }

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