#9097FC

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

Shades of Portage #9097FC

Tints of Portage #9097FC

Color information

#9097FC (or 0x9097FC) is unknown color: approx Portage. HEX triplet: 90, 97 and FC. RGB value is (144,151,252). Sum of RGB (Red+Green+Blue) = 144+151+252=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #9097FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9097FC is #6F6803. Grayscale: #A0A0A0. Windows color (decimal): -7301124 or 16553872. OLE color: 16553872.

HSL color Cylindrical-coordinate representation of color #9097FC: hue angle of 236.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9097FC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144151252-
CMYK0.430.4000.01
HSL236.11º94.74%77.65%-
HSV(B)236.11º42.86%98.82%-
XYZ40.1435.0996.75-
YUV160.42179.68116.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=26.33%
G=27.61%
B=46.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441512520.430.4000.01236.1194.7477.65
Hex9097FC2B2801ec5f4e
Octal220227374535001354137116
Binary100100001001011111111100101011101000011110110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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