#8C88DD

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

Shades of Portage #8C88DD

Tints of Portage #8C88DD

Color information

#8C88DD (or 0x8C88DD) is unknown color: approx Portage. HEX triplet: 8C, 88 and DD. RGB value is (140,136,221). Sum of RGB (Red+Green+Blue) = 140+136+221=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88DD is #737722. Grayscale: #929292. Windows color (decimal): -7567139 or 14518412. OLE color: 14518412.

HSL color Cylindrical-coordinate representation of color #8C88DD: hue angle of 242.82º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C88DD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140136221-
CMYK0.370.3800.13
HSL242.82º55.56%70%-
HSV(B)242.82º38.46%86.67%-
XYZ32.6728.472.17-
YUV146.89169.83123.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=28.17%
G=27.36%
B=44.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401362210.370.3800.13242.8255.5670
Hex8C88DD25260Df33846
Octal214210335454601536370106
Binary10001100100010001101110110010110011001101111100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C88DD; }

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

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

<style>
 a { background-color: #8C88DD; }

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

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

<style>
 span { border-color: #8C88DD; }

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

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