#8388CC

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

Shades of Portage #8388CC

Tints of Portage #8388CC

Color information

#8388CC (or 0x8388CC) is unknown color: approx Portage. HEX triplet: 83, 88 and CC. RGB value is (131,136,204). Sum of RGB (Red+Green+Blue) = 131+136+204=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388CC is #7C7733. Grayscale: #8D8D8D. Windows color (decimal): -8156980 or 13404291. OLE color: 13404291.

HSL color Cylindrical-coordinate representation of color #8388CC: hue angle of 235.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8388CC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131136204-
CMYK0.360.3300.2
HSL235.89º41.71%65.69%-
HSV(B)235.89º35.78%80%-
XYZ29.0626.7960.77-
YUV142.26162.84119.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.81%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=27.81%
G=28.87%
B=43.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311362040.360.3300.2235.8941.7165.69
Hex8388CC2421014ec2a42
Octal203210314444102435452102
Binary100000111000100011001100100100100001010100111011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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