#9096FE

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

Shades of Portage #9096FE

Tints of Portage #9096FE

Color information

#9096FE (or 0x9096FE) is unknown color: approx Portage. HEX triplet: 90, 96 and FE. RGB value is (144,150,254). Sum of RGB (Red+Green+Blue) = 144+150+254=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9096FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096FE is #6F6901. Grayscale: #9F9F9F. Windows color (decimal): -7301378 or 16684688. OLE color: 16684688.

HSL color Cylindrical-coordinate representation of color #9096FE: hue angle of 236.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9096FE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144150254-
CMYK0.430.4100.00
HSL236.73º98.21%78.04%-
HSV(B)236.73º43.31%99.61%-
XYZ40.334.998.38-
YUV160.06181.01116.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=26.28%
G=27.37%
B=46.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441502540.430.4100.00236.7398.2178.04
Hex9096FE2B2900ed624e
Octal220226376535100355142116
Binary100100001001011011111110101011101001001110110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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