#9294FC

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

Shades of Portage #9294FC

Tints of Portage #9294FC

Color information

#9294FC (or 0x9294FC) is unknown color: approx Portage. HEX triplet: 92, 94 and FC. RGB value is (146,148,252). Sum of RGB (Red+Green+Blue) = 146+148+252=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9294FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294FC is #6D6B03. Grayscale: #9E9E9E. Windows color (decimal): -7170820 or 16553106. OLE color: 16553106.

HSL color Cylindrical-coordinate representation of color #9294FC: hue angle of 238.87º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9294FC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146148252-
CMYK0.420.4100.01
HSL238.87º94.64%78.04%-
HSV(B)238.87º42.06%98.82%-
XYZ40.0134.3296.61-
YUV159.26180.34118.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=26.74%
G=27.11%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461482520.420.4100.01238.8794.6478.04
Hex9294FC2A2901ef5f4e
Octal222224374525101357137116
Binary100100101001010011111100101010101001011110111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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