#8d90df

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

Shades of Portage #8D90DF

Tints of Portage #8D90DF

Color information

#8D90DF (or 0x8D90DF) is unknown color: approx Portage. HEX triplet: 8D, 90 and DF. RGB value is (141,144,223). Sum of RGB (Red+Green+Blue) = 141+144+223=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90DF is #726F20. Grayscale: #979797. Windows color (decimal): -7499553 or 14651533. OLE color: 14651533.

HSL color Cylindrical-coordinate representation of color #8D90DF: hue angle of 237.8º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D90DF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141144223-
CMYK0.370.3500.13
HSL237.8º56.16%71.37%-
HSV(B)237.8º36.77%87.45%-
XYZ34.2830.9473.98-
YUV152.11168.01120.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.76%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 223 (87.5% from 255) = 43.90%
R=27.76%
G=28.35%
B=43.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411442230.370.3500.13237.856.1671.37
Hex8D90DF25230Dee3847
Octal215220337454301535670107
Binary10001101100100001101111110010110001101101111011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d90df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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