#9994EF

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

Shades of Portage #9994EF

Tints of Portage #9994EF

Color information

#9994EF (or 0x9994EF) is unknown color: approx Portage. HEX triplet: 99, 94 and EF. RGB value is (153,148,239). Sum of RGB (Red+Green+Blue) = 153+148+239=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #9994EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9994EF is #666B10. Grayscale: #9F9F9F. Windows color (decimal): -6712081 or 15701145. OLE color: 15701145.

HSL color Cylindrical-coordinate representation of color #9994EF: hue angle of 243.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9994EF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153148239-
CMYK0.360.3800.06
HSL243.3º73.98%75.88%-
HSV(B)243.3º38.08%93.73%-
XYZ39.3134.1886.19-
YUV159.87172.66123.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 239 (93.75% from 255) = 44.26%
R=28.33%
G=27.41%
B=44.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531482390.360.3800.06243.373.9875.88
Hex9994EF242606f34a4c
Octal231224357444606363112114
Binary10011001100101001110111110010010011001101111001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9994EF; }

 p { color: rgb(153,148,239); }

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

<style>
 a { background-color: #9994EF; }

 a { background-color: rgb(153,148,239); }

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

<style>
 span { border-color: #9994EF; }

 span { border-color: rgb(153,148,239); }

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