#9090F3

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

Shades of Portage #9090F3

Tints of Portage #9090F3

Color information

#9090F3 (or 0x9090F3) is unknown color: approx Portage. HEX triplet: 90, 90 and F3. RGB value is (144,144,243). Sum of RGB (Red+Green+Blue) = 144+144+243=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #9090F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090F3 is #6F6F0C. Grayscale: #9A9A9A. Windows color (decimal): -7302925 or 15962256. OLE color: 15962256.

HSL color Cylindrical-coordinate representation of color #9090F3: hue angle of 240º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9090F3 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144144243-
CMYK0.410.4100.05
HSL240º80.49%75.88%-
HSV(B)240º40.74%95.29%-
XYZ37.6532.3589.05-
YUV155.29177.5119.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.12%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=27.12%
G=27.12%
B=45.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441442430.410.4100.0524080.4975.88
Hex9090F3292905f0504c
Octal220220363515105360120114
Binary10010000100100001111001110100110100101011111000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090F3; }

 p { color: rgb(144,144,243); }

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

<style>
 a { background-color: #9090F3; }

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

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

<style>
 span { border-color: #9090F3; }

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

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