#9296FA

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

Shades of Portage #9296FA

Tints of Portage #9296FA

Color information

#9296FA (or 0x9296FA) is unknown color: approx Portage. HEX triplet: 92, 96 and FA. RGB value is (146,150,250). Sum of RGB (Red+Green+Blue) = 146+150+250=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9296FA is #6D6905. Grayscale: #9F9F9F. Windows color (decimal): -7170310 or 16422546. OLE color: 16422546.

HSL color Cylindrical-coordinate representation of color #9296FA: hue angle of 237.69º degrees, saturation: 0.91, 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 #9296FA is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146150250-
CMYK0.420.400.02
HSL237.69º91.23%77.65%-
HSV(B)237.69º41.6%98.04%-
XYZ40.0234.8395.06-
YUV160.2178.67117.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=26.74%
G=27.47%
B=45.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461502500.420.400.02237.6991.2377.65
Hex9296FA2A2802ee5b4e
Octal222226372525002356133116
Binary1001001010010110111110101010101010000101110111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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