#8988DE

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

Shades of Portage #8988DE

Tints of Portage #8988DE

Color information

#8988DE (or 0x8988DE) is unknown color: approx Portage. HEX triplet: 89, 88 and DE. RGB value is (137,136,222). Sum of RGB (Red+Green+Blue) = 137+136+222=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #8988DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988DE is #767721. Grayscale: #919191. Windows color (decimal): -7763746 or 14583945. OLE color: 14583945.

HSL color Cylindrical-coordinate representation of color #8988DE: hue angle of 240.7º degrees, saturation: 0.57, 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 #8988DE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137136222-
CMYK0.380.3900.13
HSL240.7º56.58%70.2%-
HSV(B)240.7º38.74%87.06%-
XYZ32.3128.272.85-
YUV146.1170.83121.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=27.68%
G=27.47%
B=44.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371362220.380.3900.13240.756.5870.2
Hex8988DE26270Df13946
Octal211210336464701536171106
Binary10001001100010001101111010011010011101101111100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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