#8B90EA

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

Shades of Portage #8B90EA

Tints of Portage #8B90EA

Color information

#8B90EA (or 0x8B90EA) is unknown color: approx Portage. HEX triplet: 8B, 90 and EA. RGB value is (139,144,234). Sum of RGB (Red+Green+Blue) = 139+144+234=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B90EA is #746F15. Grayscale: #989898. Windows color (decimal): -7630614 or 15372427. OLE color: 15372427.

HSL color Cylindrical-coordinate representation of color #8B90EA: hue angle of 236.84º 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 #8B90EA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139144234-
CMYK0.410.3800.08
HSL236.84º69.34%73.14%-
HSV(B)236.84º40.6%91.76%-
XYZ35.4731.3882.03-
YUV152.76173.84118.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=26.89%
G=27.85%
B=45.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391442340.410.3800.08236.8469.3473.14
Hex8B90EA292608ed4549
Octal2132203525146010355105111
Binary100010111001000011101010101001100110010001110110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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