#9296FB

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

Shades of Portage #9296FB

Tints of Portage #9296FB

Color information

#9296FB (or 0x9296FB) is unknown color: approx Portage. HEX triplet: 92, 96 and FB. RGB value is (146,150,251). Sum of RGB (Red+Green+Blue) = 146+150+251=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9296FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9296FB is #6D6904. Grayscale: #9F9F9F. Windows color (decimal): -7170309 or 16488082. OLE color: 16488082.

HSL color Cylindrical-coordinate representation of color #9296FB: hue angle of 237.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9296FB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146150251-
CMYK0.420.4000.02
HSL237.71º92.92%77.84%-
HSV(B)237.71º41.83%98.43%-
XYZ40.1734.8995.88-
YUV160.32179.17117.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=26.69%
G=27.42%
B=45.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461502510.420.4000.02237.7192.9277.84
Hex9296FB2A2802ee5d4e
Octal222226373525002356135116
Binary1001001010010110111110111010101010000101110111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9296FB; }

 p { color: rgb(146,150,251); }

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

<style>
 a { background-color: #9296FB; }

 a { background-color: rgb(146,150,251); }

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

<style>
 span { border-color: #9296FB; }

 span { border-color: rgb(146,150,251); }

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