#9293F1

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

Shades of Portage #9293F1

Tints of Portage #9293F1

Color information

#9293F1 (or 0x9293F1) is unknown color: approx Portage. HEX triplet: 92, 93 and F1. RGB value is (146,147,241). Sum of RGB (Red+Green+Blue) = 146+147+241=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #9293F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293F1 is #6D6C0E. Grayscale: #9D9D9D. Windows color (decimal): -7171087 or 15831954. OLE color: 15831954.

HSL color Cylindrical-coordinate representation of color #9293F1: hue angle of 239.37º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9293F1 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146147241-
CMYK0.390.3900.05
HSL239.37º77.24%75.88%-
HSV(B)239.37º39.42%94.51%-
XYZ38.1633.3387.64-
YUV157.42175.17119.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.34%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=27.34%
G=27.53%
B=45.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461472410.390.3900.05239.3777.2475.88
Hex9293F1272705ef4d4c
Octal222223361474705357115114
Binary10010010100100111111000110011110011101011110111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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