#9294EA

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

Shades of Portage #9294EA

Tints of Portage #9294EA

Color information

#9294EA (or 0x9294EA) is unknown color: approx Portage. HEX triplet: 92, 94 and EA. RGB value is (146,148,234). Sum of RGB (Red+Green+Blue) = 146+148+234=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #9294EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294EA is #6D6B15. Grayscale: #9C9C9C. Windows color (decimal): -7170838 or 15373458. OLE color: 15373458.

HSL color Cylindrical-coordinate representation of color #9294EA: hue angle of 238.64º degrees, saturation: 0.68, 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 #9294EA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146148234-
CMYK0.380.3700.08
HSL238.64º67.69%74.51%-
HSV(B)238.64º37.61%91.76%-
XYZ37.333.2382.29-
YUV157.21171.34120.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=27.65%
G=28.03%
B=44.32%

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
Decimal1461482340.380.3700.08238.6467.6974.51
Hex9294EA262508ef444b
Octal2222243524645010357104113
Binary100100101001010011101010100110100101010001110111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9294EA; }

 p { color: rgb(146,148,234); }

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

<style>
 a { background-color: #9294EA; }

 a { background-color: rgb(146,148,234); }

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

<style>
 span { border-color: #9294EA; }

 span { border-color: rgb(146,148,234); }

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