#8388DF

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

Shades of Portage #8388DF

Tints of Portage #8388DF

Color information

#8388DF (or 0x8388DF) is unknown color: approx Portage. HEX triplet: 83, 88 and DF. RGB value is (131,136,223). Sum of RGB (Red+Green+Blue) = 131+136+223=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8388DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DF is #7C7720. Grayscale: #909090. Windows color (decimal): -8156961 or 14649475. OLE color: 14649475.

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

Color convert

RGB131136223-
CMYK0.410.3900.13
HSL236.74º58.97%69.41%-
HSV(B)236.74º41.26%87.45%-
XYZ31.4827.7673.51-
YUV144.42172.34118.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=26.73%
G=27.76%
B=45.51%

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
Decimal1311362230.410.3900.13236.7458.9769.41
Hex8388DF29270Ded3b45
Octal203210337514701535573105
Binary10000011100010001101111110100110011101101111011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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