#9293FA

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

Shades of Portage #9293FA

Tints of Portage #9293FA

Color information

#9293FA (or 0x9293FA) is unknown color: approx Portage. HEX triplet: 92, 93 and FA. RGB value is (146,147,250). Sum of RGB (Red+Green+Blue) = 146+147+250=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9293FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293FA is #6D6C05. Grayscale: #9E9E9E. Windows color (decimal): -7171078 or 16421778. OLE color: 16421778.

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

Color convert

RGB146147250-
CMYK0.420.4100.02
HSL239.42º91.23%77.65%-
HSV(B)239.42º41.6%98.04%-
XYZ39.5433.8894.9-
YUV158.44179.67119.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=26.89%
G=27.07%
B=46.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461472500.420.4100.02239.4291.2377.65
Hex9293FA2A2902ef5b4e
Octal222223372525102357133116
Binary1001001010010011111110101010101010010101110111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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