#8D9FD1

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

Shades of Portage #8D9FD1

Tints of Portage #8D9FD1

Color information

#8D9FD1 (or 0x8D9FD1) is unknown color: approx Portage. HEX triplet: 8D, 9F and D1. RGB value is (141,159,209). Sum of RGB (Red+Green+Blue) = 141+159+209=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D9FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FD1 is #72602E. Grayscale: #9F9F9F. Windows color (decimal): -7495727 or 13737869. OLE color: 13737869.

HSL color Cylindrical-coordinate representation of color #8D9FD1: hue angle of 224.12º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9FD1 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141159209-
CMYK0.330.2400.18
HSL224.12º42.5%68.63%-
HSV(B)224.12º32.54%81.96%-
XYZ34.8935.0665.25-
YUV159.32156.04114.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=27.70%
G=31.24%
B=41.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411592090.330.2400.18224.1242.568.63
Hex8D9FD12118012e02a45
Octal215237321413002234052105
Binary10001101100111111101000110000111000010010111000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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