#9891EC

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

Shades of Portage #9891EC

Tints of Portage #9891EC

Color information

#9891EC (or 0x9891EC) is unknown color: approx Portage. HEX triplet: 98, 91 and EC. RGB value is (152,145,236). Sum of RGB (Red+Green+Blue) = 152+145+236=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #9891EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891EC is #676E13. Grayscale: #9D9D9D. Windows color (decimal): -6778388 or 15503768. OLE color: 15503768.

HSL color Cylindrical-coordinate representation of color #9891EC: hue angle of 244.62º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9891EC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152145236-
CMYK0.360.3900.07
HSL244.62º70.54%74.71%-
HSV(B)244.62º38.56%92.55%-
XYZ38.2132.9883.71-
YUV157.47172.32124.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=28.52%
G=27.20%
B=44.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521452360.360.3900.07244.6270.5474.71
Hex9891EC242707f5474b
Octal230221354444707365107113
Binary10011000100100011110110010010010011101111111010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9891EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9891EC; }

 p { color: rgb(152,145,236); }

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

<style>
 a { background-color: #9891EC; }

 a { background-color: rgb(152,145,236); }

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

<style>
 span { border-color: #9891EC; }

 span { border-color: rgb(152,145,236); }

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