#8388DC

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

Shades of Portage #8388DC

Tints of Portage #8388DC

Color information

#8388DC (or 0x8388DC) is unknown color: approx Portage. HEX triplet: 83, 88 and DC. RGB value is (131,136,220). Sum of RGB (Red+Green+Blue) = 131+136+220=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8388DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DC is #7C7723. Grayscale: #8F8F8F. Windows color (decimal): -8156964 or 14452867. OLE color: 14452867.

HSL color Cylindrical-coordinate representation of color #8388DC: hue angle of 236.63º 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 #8388DC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131136220-
CMYK0.400.3800.14
HSL236.63º55.97%68.82%-
HSV(B)236.63º40.45%86.27%-
XYZ31.0827.671.4-
YUV144.08170.84118.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=26.90%
G=27.93%
B=45.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311362200.400.3800.14236.6355.9768.82
Hex8388DC28260Eed3845
Octal203210334504601635570105
Binary10000011100010001101110010100010011001110111011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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