#9890EB

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

Shades of Portage #9890EB

Tints of Portage #9890EB

Color information

#9890EB (or 0x9890EB) is unknown color: approx Portage. HEX triplet: 98, 90 and EB. RGB value is (152,144,235). Sum of RGB (Red+Green+Blue) = 152+144+235=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #9890EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890EB is #676F14. Grayscale: #9C9C9C. Windows color (decimal): -6778645 or 15437976. OLE color: 15437976.

HSL color Cylindrical-coordinate representation of color #9890EB: hue angle of 245.27º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9890EB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152144235-
CMYK0.350.3900.08
HSL245.27º69.47%74.31%-
HSV(B)245.27º38.72%92.16%-
XYZ37.9232.6282.9-
YUV156.77172.15124.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=28.63%
G=27.12%
B=44.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521442350.350.3900.08245.2769.4774.31
Hex9890EB232708f5454a
Octal2302203534347010365105112
Binary100110001001000011101011100011100111010001111010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9890EB; }

 p { color: rgb(152,144,235); }

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

<style>
 a { background-color: #9890EB; }

 a { background-color: rgb(152,144,235); }

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

<style>
 span { border-color: #9890EB; }

 span { border-color: rgb(152,144,235); }

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