#9295EB

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

Shades of Portage #9295EB

Tints of Portage #9295EB

Color information

#9295EB (or 0x9295EB) is unknown color: approx Portage. HEX triplet: 92, 95 and EB. RGB value is (146,149,235). Sum of RGB (Red+Green+Blue) = 146+149+235=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #9295EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295EB is #6D6A14. Grayscale: #9D9D9D. Windows color (decimal): -7170581 or 15439250. OLE color: 15439250.

HSL color Cylindrical-coordinate representation of color #9295EB: hue angle of 237.98º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9295EB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146149235-
CMYK0.380.3700.08
HSL237.98º68.99%74.71%-
HSV(B)237.98º37.87%92.16%-
XYZ37.633.683.1-
YUV157.91171.51119.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=27.55%
G=28.11%
B=44.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461492350.380.3700.08237.9868.9974.71
Hex9295EB262508ee454b
Octal2222253534645010356105113
Binary100100101001010111101011100110100101010001110111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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