#9295F5

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

Shades of Portage #9295F5

Tints of Portage #9295F5

Color information

#9295F5 (or 0x9295F5) is unknown color: approx Portage. HEX triplet: 92, 95 and F5. RGB value is (146,149,245). Sum of RGB (Red+Green+Blue) = 146+149+245=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #9295F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295F5 is #6D6A0A. Grayscale: #9E9E9E. Windows color (decimal): -7170571 or 16094610. OLE color: 16094610.

HSL color Cylindrical-coordinate representation of color #9295F5: hue angle of 238.18º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9295F5 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146149245-
CMYK0.400.3900.04
HSL238.18º83.19%76.67%-
HSV(B)238.18º40.41%96.08%-
XYZ39.0834.290.93-
YUV159.05176.51118.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=27.04%
G=27.59%
B=45.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461492450.400.3900.04238.1883.1976.67
Hex9295F5282704ee534d
Octal222225365504704356123115
Binary10010010100101011111010110100010011101001110111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9295F5; }

 p { color: rgb(146,149,245); }

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

<style>
 a { background-color: #9295F5; }

 a { background-color: rgb(146,149,245); }

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

<style>
 span { border-color: #9295F5; }

 span { border-color: rgb(146,149,245); }

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