#8D9DDB

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

Shades of Portage #8D9DDB

Tints of Portage #8D9DDB

Color information

#8D9DDB (or 0x8D9DDB) is unknown color: approx Portage. HEX triplet: 8D, 9D and DB. RGB value is (141,157,219). Sum of RGB (Red+Green+Blue) = 141+157+219=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DDB is #726224. Grayscale: #9F9F9F. Windows color (decimal): -7496229 or 14392717. OLE color: 14392717.

HSL color Cylindrical-coordinate representation of color #8D9DDB: hue angle of 227.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D9DDB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141157219-
CMYK0.360.2800.14
HSL227.69º52%70.59%-
HSV(B)227.69º35.62%85.88%-
XYZ35.8334.8971.86-
YUV159.28161.7114.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=27.27%
G=30.37%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411572190.360.2800.14227.695270.59
Hex8D9DDB241C0Ee43447
Octal215235333443401634464107
Binary1000110110011101110110111001001110001110111001001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9DDB; }

 p { color: rgb(141,157,219); }

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

<style>
 a { background-color: #8D9DDB; }

 a { background-color: rgb(141,157,219); }

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

<style>
 span { border-color: #8D9DDB; }

 span { border-color: rgb(141,157,219); }

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