#9295D7

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

Shades of Portage #9295D7

Tints of Portage #9295D7

Color information

#9295D7 (or 0x9295D7) is unknown color: approx Portage. HEX triplet: 92, 95 and D7. RGB value is (146,149,215). Sum of RGB (Red+Green+Blue) = 146+149+215=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #9295D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295D7 is #6D6A28. Grayscale: #9B9B9B. Windows color (decimal): -7170601 or 14128530. OLE color: 14128530.

HSL color Cylindrical-coordinate representation of color #9295D7: hue angle of 237.39º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9295D7 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146149215-
CMYK0.320.3100.16
HSL237.39º46.31%70.78%-
HSV(B)237.39º32.09%84.31%-
XYZ34.8732.5168.73-
YUV155.63161.51121.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=28.63%
G=29.22%
B=42.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461492150.320.3100.16237.3946.3170.78
Hex9295D7201F010ed2e47
Octal222225327403702035556107
Binary10010010100101011101011110000011111010000111011011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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