#9294FD

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

Shades of Portage #9294FD

Tints of Portage #9294FD

Color information

#9294FD (or 0x9294FD) is unknown color: approx Portage. HEX triplet: 92, 94 and FD. RGB value is (146,148,253). Sum of RGB (Red+Green+Blue) = 146+148+253=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #9294FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9294FD is #6D6B02. Grayscale: #9E9E9E. Windows color (decimal): -7170819 or 16618642. OLE color: 16618642.

HSL color Cylindrical-coordinate representation of color #9294FD: hue angle of 238.88º degrees, saturation: 0.96, 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 #9294FD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146148253-
CMYK0.420.4200.01
HSL238.88º96.4%78.24%-
HSV(B)238.88º42.29%99.22%-
XYZ40.1734.3897.45-
YUV159.37180.84118.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=26.69%
G=27.06%
B=46.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461482530.420.4200.01238.8896.478.24
Hex9294FD2A2A01ef604e
Octal222224375525201357140116
Binary100100101001010011111101101010101010011110111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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