#8392DC

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

Shades of Portage #8392DC

Tints of Portage #8392DC

Color information

#8392DC (or 0x8392DC) is unknown color: approx Portage. HEX triplet: 83, 92 and DC. RGB value is (131,146,220). Sum of RGB (Red+Green+Blue) = 131+146+220=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8392DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392DC is #7C6D23. Grayscale: #959595. Windows color (decimal): -8154404 or 14455427. OLE color: 14455427.

HSL color Cylindrical-coordinate representation of color #8392DC: hue angle of 229.89º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8392DC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131146220-
CMYK0.400.3400.14
HSL229.89º55.97%68.82%-
HSV(B)229.89º40.45%86.27%-
XYZ32.5630.5571.89-
YUV149.95167.53114.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=26.36%
G=29.38%
B=44.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311462200.400.3400.14229.8955.9768.82
Hex8392DC28220Ee63845
Octal203222334504201634670105
Binary10000011100100101101110010100010001001110111001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8392DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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