#8B94EA

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

Shades of Portage #8B94EA

Tints of Portage #8B94EA

Color information

#8B94EA (or 0x8B94EA) is unknown color: approx Portage. HEX triplet: 8B, 94 and EA. RGB value is (139,148,234). Sum of RGB (Red+Green+Blue) = 139+148+234=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B94EA is #746B15. Grayscale: #9A9A9A. Windows color (decimal): -7629590 or 15373451. OLE color: 15373451.

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

Color convert

RGB139148234-
CMYK0.410.3700.08
HSL234.32º69.34%73.14%-
HSV(B)234.32º40.6%91.76%-
XYZ36.0932.6182.23-
YUV155.11172.52116.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=26.68%
G=28.41%
B=44.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391482340.410.3700.08234.3269.3473.14
Hex8B94EA292508ea4549
Octal2132243525145010352105111
Binary100010111001010011101010101001100101010001110101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,234); }

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

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

 a { background-color: rgb(139,148,234); }

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

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

 span { border-color: rgb(139,148,234); }

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