#8997DB

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

Shades of Portage #8997DB

Tints of Portage #8997DB

Color information

#8997DB (or 0x8997DB) is unknown color: approx Portage. HEX triplet: 89, 97 and DB. RGB value is (137,151,219). Sum of RGB (Red+Green+Blue) = 137+151+219=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8997DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DB is #766824. Grayscale: #9A9A9A. Windows color (decimal): -7759909 or 14391177. OLE color: 14391177.

HSL color Cylindrical-coordinate representation of color #8997DB: hue angle of 229.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8997DB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137151219-
CMYK0.370.3100.14
HSL229.76º53.25%69.8%-
HSV(B)229.76º37.44%85.88%-
XYZ34.1732.5771.5-
YUV154.57164.36115.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=27.02%
G=29.78%
B=43.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371512190.370.3100.14229.7653.2569.8
Hex8997DB251F0Ee63546
Octal211227333453701634665106
Binary1000100110010111110110111001011111101110111001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8997DB; }

 p { color: rgb(137,151,219); }

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

<style>
 a { background-color: #8997DB; }

 a { background-color: rgb(137,151,219); }

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

<style>
 span { border-color: #8997DB; }

 span { border-color: rgb(137,151,219); }

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