#8D9FEC

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

Shades of Portage #8D9FEC

Tints of Portage #8D9FEC

Color information

#8D9FEC (or 0x8D9FEC) is unknown color: approx Portage. HEX triplet: 8D, 9F and EC. RGB value is (141,159,236). Sum of RGB (Red+Green+Blue) = 141+159+236=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FEC is #726013. Grayscale: #A2A2A2. Windows color (decimal): -7495700 or 15507341. OLE color: 15507341.

HSL color Cylindrical-coordinate representation of color #8D9FEC: hue angle of 228.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9FEC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141159236-
CMYK0.400.3300.07
HSL228.63º71.43%73.92%-
HSV(B)228.63º40.25%92.55%-
XYZ38.5236.5284.37-
YUV162.4169.54112.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=26.31%
G=29.66%
B=44.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411592360.400.3300.07228.6371.4373.92
Hex8D9FEC282107e5474a
Octal215237354504107345107112
Binary10001101100111111110110010100010000101111110010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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