#9097F3

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

Shades of Portage #9097F3

Tints of Portage #9097F3

Color information

#9097F3 (or 0x9097F3) is unknown color: approx Portage. HEX triplet: 90, 97 and F3. RGB value is (144,151,243). Sum of RGB (Red+Green+Blue) = 144+151+243=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #9097F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9097F3 is #6F680C. Grayscale: #9F9F9F. Windows color (decimal): -7301133 or 15964048. OLE color: 15964048.

HSL color Cylindrical-coordinate representation of color #9097F3: hue angle of 235.76º 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 #9097F3 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144151243-
CMYK0.410.3800.05
HSL235.76º80.49%75.88%-
HSV(B)235.76º40.74%95.29%-
XYZ38.7534.5389.42-
YUV159.39175.18117.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.77%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=26.77%
G=28.07%
B=45.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441512430.410.3800.05235.7680.4975.88
Hex9097F3292605ec504c
Octal220227363514605354120114
Binary10010000100101111111001110100110011001011110110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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