#9096F2

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

Shades of Portage #9096F2

Tints of Portage #9096F2

Color information

#9096F2 (or 0x9096F2) is unknown color: approx Portage. HEX triplet: 90, 96 and F2. RGB value is (144,150,242). Sum of RGB (Red+Green+Blue) = 144+150+242=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #9096F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096F2 is #6F690D. Grayscale: #9E9E9E. Windows color (decimal): -7301390 or 15898256. OLE color: 15898256.

HSL color Cylindrical-coordinate representation of color #9096F2: hue angle of 236.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9096F2 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144150242-
CMYK0.400.3800.05
HSL236.33º79.03%75.69%-
HSV(B)236.33º40.5%94.9%-
XYZ38.4334.1588.57-
YUV158.69175.01117.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 242 (94.92% from 255) = 45.15%
R=26.87%
G=27.99%
B=45.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441502420.400.3800.05236.3379.0375.69
Hex9096F2282605ec4f4c
Octal220226362504605354117114
Binary10010000100101101111001010100010011001011110110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9096F2; }

 p { color: rgb(144,150,242); }

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

<style>
 a { background-color: #9096F2; }

 a { background-color: rgb(144,150,242); }

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

<style>
 span { border-color: #9096F2; }

 span { border-color: rgb(144,150,242); }

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