#8392D9

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

Shades of Portage #8392D9

Tints of Portage #8392D9

Color information

#8392D9 (or 0x8392D9) is unknown color: approx Portage. HEX triplet: 83, 92 and D9. RGB value is (131,146,217). Sum of RGB (Red+Green+Blue) = 131+146+217=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #8392D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392D9 is #7C6D26. Grayscale: #959595. Windows color (decimal): -8154407 or 14258819. OLE color: 14258819.

HSL color Cylindrical-coordinate representation of color #8392D9: hue angle of 229.53º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8392D9 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131146217-
CMYK0.400.3300.15
HSL229.53º53.09%68.24%-
HSV(B)229.53º39.63%85.1%-
XYZ32.1630.3969.82-
YUV149.61166.03114.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=26.52%
G=29.55%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311462170.400.3300.15229.5353.0968.24
Hex8392D928210Fe63544
Octal203222331504101734665104
Binary10000011100100101101100110100010000101111111001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8392D9; }

 p { color: rgb(131,146,217); }

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

<style>
 a { background-color: #8392D9; }

 a { background-color: rgb(131,146,217); }

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

<style>
 span { border-color: #8392D9; }

 span { border-color: rgb(131,146,217); }

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