#9099F4

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

Shades of Portage #9099F4

Tints of Portage #9099F4

Color information

#9099F4 (or 0x9099F4) is unknown color: approx Portage. HEX triplet: 90, 99 and F4. RGB value is (144,153,244). Sum of RGB (Red+Green+Blue) = 144+153+244=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #9099F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099F4 is #6F660B. Grayscale: #A0A0A0. Windows color (decimal): -7300620 or 16030096. OLE color: 16030096.

HSL color Cylindrical-coordinate representation of color #9099F4: hue angle of 234.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9099F4 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144153244-
CMYK0.410.3700.04
HSL234.6º81.97%76.08%-
HSV(B)234.6º40.98%95.69%-
XYZ39.2235.2490.32-
YUV160.68175.02116.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.62%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 244 (95.70% from 255) = 45.10%
R=26.62%
G=28.28%
B=45.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441532440.410.3700.04234.681.9776.08
Hex9099F4292504eb524c
Octal220231364514504353122114
Binary10010000100110011111010010100110010101001110101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099F4; }

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

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

<style>
 a { background-color: #9099F4; }

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

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

<style>
 span { border-color: #9099F4; }

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

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