#8387DE

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

Shades of Portage #8387DE

Tints of Portage #8387DE

Color information

#8387DE (or 0x8387DE) is unknown color: approx Portage. HEX triplet: 83, 87 and DE. RGB value is (131,135,222). Sum of RGB (Red+Green+Blue) = 131+135+222=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #8387DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387DE is #7C7821. Grayscale: #8F8F8F. Windows color (decimal): -8157218 or 14583683. OLE color: 14583683.

HSL color Cylindrical-coordinate representation of color #8387DE: hue angle of 237.36º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8387DE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131135222-
CMYK0.410.3900.13
HSL237.36º57.96%69.22%-
HSV(B)237.36º40.99%87.06%-
XYZ31.2127.4372.76-
YUV143.72172.17118.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=26.84%
G=27.66%
B=45.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311352220.410.3900.13237.3657.9669.22
Hex8387DE29270Ded3a45
Octal203207336514701535572105
Binary10000011100001111101111010100110011101101111011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8387DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,135,222); }

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

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

 a { background-color: rgb(131,135,222); }

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

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

 span { border-color: rgb(131,135,222); }

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