#9993EC

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

Shades of Portage #9993EC

Tints of Portage #9993EC

Color information

#9993EC (or 0x9993EC) is unknown color: approx Portage. HEX triplet: 99, 93 and EC. RGB value is (153,147,236). Sum of RGB (Red+Green+Blue) = 153+147+236=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #9993EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993EC is #666C13. Grayscale: #9E9E9E. Windows color (decimal): -6712340 or 15504281. OLE color: 15504281.

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

Color convert

RGB153147236-
CMYK0.350.3800.07
HSL244.04º70.08%75.1%-
HSV(B)244.04º37.71%92.55%-
XYZ38.7133.783.82-
YUV158.94171.49123.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=28.54%
G=27.43%
B=44.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531472360.350.3800.07244.0470.0875.1
Hex9993EC232607f4464b
Octal231223354434607364106113
Binary10011001100100111110110010001110011001111111010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,147,236); }

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

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

 a { background-color: rgb(153,147,236); }

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

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

 span { border-color: rgb(153,147,236); }

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