#8D94EB

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

Shades of Portage #8D94EB

Tints of Portage #8D94EB

Color information

#8D94EB (or 0x8D94EB) is unknown color: approx Portage. HEX triplet: 8D, 94 and EB. RGB value is (141,148,235). Sum of RGB (Red+Green+Blue) = 141+148+235=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D94EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D94EB is #726B14. Grayscale: #9B9B9B. Windows color (decimal): -7498517 or 15438989. OLE color: 15438989.

HSL color Cylindrical-coordinate representation of color #8D94EB: hue angle of 235.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D94EB is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141148235-
CMYK0.40.3700.08
HSL235.53º70.15%73.73%-
HSV(B)235.53º40%92.16%-
XYZ36.5732.8483.01-
YUV155.82172.68117.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=26.91%
G=28.24%
B=44.85%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411482350.40.3700.08235.5370.1573.73
Hex8D94EB282508ec464a
Octal2152243535045010354106112
Binary100011011001010011101011101000100101010001110110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,148,235); }

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

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

 a { background-color: rgb(141,148,235); }

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

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

 span { border-color: rgb(141,148,235); }

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