#888ACC

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

Shades of Portage #888ACC

Tints of Portage #888ACC

Color information

#888ACC (or 0x888ACC) is unknown color: approx Portage. HEX triplet: 88, 8A and CC. RGB value is (136,138,204). Sum of RGB (Red+Green+Blue) = 136+138+204=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #888ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACC is #777533. Grayscale: #909090. Windows color (decimal): -7828788 or 13404808. OLE color: 13404808.

HSL color Cylindrical-coordinate representation of color #888ACC: hue angle of 238.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ACC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136138204-
CMYK0.330.3200.2
HSL238.24º40%66.67%-
HSV(B)238.24º33.33%80%-
XYZ30.1427.7760.9-
YUV144.93161.34121.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=28.45%
G=28.87%
B=42.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361382040.330.3200.2238.244066.67
Hex888ACC2120014ee2843
Octal210212314414002435650103
Binary100010001000101011001100100001100000010100111011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888ACC; }

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

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

<style>
 a { background-color: #888ACC; }

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

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

<style>
 span { border-color: #888ACC; }

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

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