#9990EF

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

Shades of Portage #9990EF

Tints of Portage #9990EF

Color information

#9990EF (or 0x9990EF) is unknown color: approx Portage. HEX triplet: 99, 90 and EF. RGB value is (153,144,239). Sum of RGB (Red+Green+Blue) = 153+144+239=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #9990EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990EF is #666F10. Grayscale: #9D9D9D. Windows color (decimal): -6713105 or 15700121. OLE color: 15700121.

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

Color convert

RGB153144239-
CMYK0.360.4000.06
HSL245.68º74.8%75.1%-
HSV(B)245.68º39.75%93.73%-
XYZ38.6932.9585.98-
YUV157.52173.98124.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=28.54%
G=26.87%
B=44.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531442390.360.4000.06245.6874.875.1
Hex9990EF242806f64b4b
Octal231220357445006366113113
Binary10011001100100001110111110010010100001101111011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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