#8D9FD7

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

Shades of Portage #8D9FD7

Tints of Portage #8D9FD7

Color information

#8D9FD7 (or 0x8D9FD7) is unknown color: approx Portage. HEX triplet: 8D, 9F and D7. RGB value is (141,159,215). Sum of RGB (Red+Green+Blue) = 141+159+215=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D9FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FD7 is #726028. Grayscale: #9F9F9F. Windows color (decimal): -7495721 or 14131085. OLE color: 14131085.

HSL color Cylindrical-coordinate representation of color #8D9FD7: hue angle of 225.41º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D9FD7 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141159215-
CMYK0.340.2600.16
HSL225.41º48.05%69.8%-
HSV(B)225.41º34.42%84.31%-
XYZ35.6535.3769.24-
YUV160159.04114.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=27.38%
G=30.87%
B=41.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411592150.340.2600.16225.4148.0569.8
Hex8D9FD7221A010e13046
Octal215237327423202034160106
Binary10001101100111111101011110001011010010000111000011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,215); }

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

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

 a { background-color: rgb(141,159,215); }

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

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

 span { border-color: rgb(141,159,215); }

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