#8388DD

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

Shades of Portage #8388DD

Tints of Portage #8388DD

Color information

#8388DD (or 0x8388DD) is unknown color: approx Portage. HEX triplet: 83, 88 and DD. RGB value is (131,136,221). Sum of RGB (Red+Green+Blue) = 131+136+221=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8388DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DD is #7C7722. Grayscale: #8F8F8F. Windows color (decimal): -8156963 or 14518403. OLE color: 14518403.

HSL color Cylindrical-coordinate representation of color #8388DD: hue angle of 236.67º degrees, saturation: 0.57, 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 #8388DD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131136221-
CMYK0.410.3800.13
HSL236.67º56.96%69.02%-
HSV(B)236.67º40.72%86.67%-
XYZ31.2227.6572.1-
YUV144.2171.34118.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=26.84%
G=27.87%
B=45.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311362210.410.3800.13236.6756.9669.02
Hex8388DD29260Ded3945
Octal203210335514601535571105
Binary10000011100010001101110110100110011001101111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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