#8D90DC

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

Shades of Portage #8D90DC

Tints of Portage #8D90DC

Color information

#8D90DC (or 0x8D90DC) is unknown color: approx Portage. HEX triplet: 8D, 90 and DC. RGB value is (141,144,220). Sum of RGB (Red+Green+Blue) = 141+144+220=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90DC is #726F23. Grayscale: #979797. Windows color (decimal): -7499556 or 14454925. OLE color: 14454925.

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

Color convert

RGB141144220-
CMYK0.360.3500.14
HSL237.72º53.02%70.78%-
HSV(B)237.72º35.91%86.27%-
XYZ33.8830.7871.87-
YUV151.77166.51120.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=27.92%
G=28.51%
B=43.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411442200.360.3500.14237.7253.0270.78
Hex8D90DC24230Eee3547
Octal215220334444301635665107
Binary10001101100100001101110010010010001101110111011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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