#8F8DDC

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

Shades of Portage #8F8DDC

Tints of Portage #8F8DDC

Color information

#8F8DDC (or 0x8F8DDC) is unknown color: approx Portage. HEX triplet: 8F, 8D and DC. RGB value is (143,141,220). Sum of RGB (Red+Green+Blue) = 143+141+220=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DDC is #707223. Grayscale: #969696. Windows color (decimal): -7369252 or 14454159. OLE color: 14454159.

HSL color Cylindrical-coordinate representation of color #8F8DDC: hue angle of 241.52º degrees, saturation: 0.53, 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 #8F8DDC is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143141220-
CMYK0.350.3600.14
HSL241.52º53.02%70.78%-
HSV(B)241.52º35.91%86.27%-
XYZ33.7730.0671.73-
YUV150.6167.16122.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=28.37%
G=27.98%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431412200.350.3600.14241.5253.0270.78
Hex8F8DDC23240Ef23547
Octal217215334434401636265107
Binary10001111100011011101110010001110010001110111100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,141,220); }

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

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

 a { background-color: rgb(143,141,220); }

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

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

 span { border-color: rgb(143,141,220); }

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