#888CE6

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

Shades of Portage #888CE6

Tints of Portage #888CE6

Color information

#888CE6 (or 0x888CE6) is unknown color: approx Portage. HEX triplet: 88, 8C and E6. RGB value is (136,140,230). Sum of RGB (Red+Green+Blue) = 136+140+230=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #888CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CE6 is #777319. Grayscale: #949494. Windows color (decimal): -7828250 or 15109256. OLE color: 15109256.

HSL color Cylindrical-coordinate representation of color #888CE6: hue angle of 237.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888CE6 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB136140230-
CMYK0.410.3900.10
HSL237.45º65.28%71.76%-
HSV(B)237.45º40.87%90.2%-
XYZ33.8129.778.81-
YUV149.06173.67118.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=26.88%
G=27.67%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1361402300.410.3900.10237.4565.2871.76
Hex888CE629270Aed4148
Octal2102143465147012355101110
Binary100010001000110011100110101001100111010101110110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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