#9295DE

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

Shades of Portage #9295DE

Tints of Portage #9295DE

Color information

#9295DE (or 0x9295DE) is unknown color: approx Portage. HEX triplet: 92, 95 and DE. RGB value is (146,149,222). Sum of RGB (Red+Green+Blue) = 146+149+222=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DE is #6D6A21. Grayscale: #9C9C9C. Windows color (decimal): -7170594 or 14587282. OLE color: 14587282.

HSL color Cylindrical-coordinate representation of color #9295DE: hue angle of 237.63º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9295DE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146149222-
CMYK0.340.3300.13
HSL237.63º53.52%72.16%-
HSV(B)237.63º34.23%87.06%-
XYZ35.7932.8873.57-
YUV156.42165.01120.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=28.24%
G=28.82%
B=42.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461492220.340.3300.13237.6353.5272.16
Hex9295DE22210Dee3648
Octal222225336424101535666110
Binary10010010100101011101111010001010000101101111011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9295DE; }

 p { color: rgb(146,149,222); }

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

<style>
 a { background-color: #9295DE; }

 a { background-color: rgb(146,149,222); }

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

<style>
 span { border-color: #9295DE; }

 span { border-color: rgb(146,149,222); }

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