#8389CE

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

Shades of Portage #8389CE

Tints of Portage #8389CE

Color information

#8389CE (or 0x8389CE) is unknown color: approx Portage. HEX triplet: 83, 89 and CE. RGB value is (131,137,206). Sum of RGB (Red+Green+Blue) = 131+137+206=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8389CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389CE is #7C7631. Grayscale: #8E8E8E. Windows color (decimal): -8156722 or 13535619. OLE color: 13535619.

HSL color Cylindrical-coordinate representation of color #8389CE: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8389CE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131137206-
CMYK0.360.3300.19
HSL235.2º43.35%66.08%-
HSV(B)235.2º36.41%80.78%-
XYZ29.4527.1762.09-
YUV143.07163.51119.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=27.64%
G=28.90%
B=43.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311372060.360.3300.19235.243.3566.08
Hex8389CE2421013eb2b42
Octal203211316444102335353102
Binary100000111000100111001110100100100001010011111010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8389CE; }

 p { color: rgb(131,137,206); }

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

<style>
 a { background-color: #8389CE; }

 a { background-color: rgb(131,137,206); }

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

<style>
 span { border-color: #8389CE; }

 span { border-color: rgb(131,137,206); }

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