#9291EF

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

Shades of Portage #9291EF

Tints of Portage #9291EF

Color information

#9291EF (or 0x9291EF) is unknown color: approx Portage. HEX triplet: 92, 91 and EF. RGB value is (146,145,239). Sum of RGB (Red+Green+Blue) = 146+145+239=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #9291EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9291EF is #6D6E10. Grayscale: #9B9B9B. Windows color (decimal): -7171601 or 15700370. OLE color: 15700370.

HSL color Cylindrical-coordinate representation of color #9291EF: hue angle of 240.64º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9291EF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146145239-
CMYK0.390.3900.06
HSL240.64º74.6%75.29%-
HSV(B)240.64º39.33%93.73%-
XYZ37.5632.5985.97-
YUV156.02174.83120.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=27.55%
G=27.36%
B=45.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461452390.390.3900.06240.6474.675.29
Hex9291EF272706f14b4b
Octal222221357474706361113113
Binary10010010100100011110111110011110011101101111000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9291EF; }

 p { color: rgb(146,145,239); }

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

<style>
 a { background-color: #9291EF; }

 a { background-color: rgb(146,145,239); }

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

<style>
 span { border-color: #9291EF; }

 span { border-color: rgb(146,145,239); }

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