#9291DF

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

Shades of Portage #9291DF

Tints of Portage #9291DF

Color information

#9291DF (or 0x9291DF) is unknown color: approx Portage. HEX triplet: 92, 91 and DF. RGB value is (146,145,223). Sum of RGB (Red+Green+Blue) = 146+145+223=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9291DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291DF is #6D6E20. Grayscale: #999999. Windows color (decimal): -7171617 or 14651794. OLE color: 14651794.

HSL color Cylindrical-coordinate representation of color #9291DF: hue angle of 240.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9291DF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146145223-
CMYK0.350.3500.13
HSL240.77º54.93%72.16%-
HSV(B)240.77º34.98%87.45%-
XYZ35.331.6974.07-
YUV154.19166.83122.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=28.40%
G=28.21%
B=43.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461452230.350.3500.13240.7754.9372.16
Hex9291DF23230Df13748
Octal222221337434301536167110
Binary10010010100100011101111110001110001101101111100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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