#9294FE

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

Shades of Portage #9294FE

Tints of Portage #9294FE

Color information

#9294FE (or 0x9294FE) is unknown color: approx Portage. HEX triplet: 92, 94 and FE. RGB value is (146,148,254). Sum of RGB (Red+Green+Blue) = 146+148+254=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9294FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294FE is #6D6B01. Grayscale: #9F9F9F. Windows color (decimal): -7170818 or 16684178. OLE color: 16684178.

HSL color Cylindrical-coordinate representation of color #9294FE: hue angle of 238.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9294FE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB146148254-
CMYK0.430.4200.00
HSL238.89º98.18%78.43%-
HSV(B)238.89º42.52%99.61%-
XYZ40.3334.4598.29-
YUV159.49181.34118.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.64%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=26.64%
G=27.01%
B=46.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461482540.430.4200.00238.8998.1878.43
Hex9294FE2B2A00ef624e
Octal222224376535200357142116
Binary100100101001010011111110101011101010001110111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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