#888DED

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

Shades of Portage #888DED

Tints of Portage #888DED

Color information

#888DED (or 0x888DED) is unknown color: approx Portage. HEX triplet: 88, 8D and ED. RGB value is (136,141,237). Sum of RGB (Red+Green+Blue) = 136+141+237=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #888DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DED is #777212. Grayscale: #969696. Windows color (decimal): -7827987 or 15568264. OLE color: 15568264.

HSL color Cylindrical-coordinate representation of color #888DED: hue angle of 237.03º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888DED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136141237-
CMYK0.430.4100.07
HSL237.03º73.72%73.14%-
HSV(B)237.03º42.62%92.94%-
XYZ34.9630.484.15-
YUV150.45176.84117.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=26.46%
G=27.43%
B=46.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361412370.430.4100.07237.0373.7273.14
Hex888DED2B2907ed4a49
Octal210215355535107355112111
Binary10001000100011011110110110101110100101111110110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,141,237); }

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

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

 a { background-color: rgb(136,141,237); }

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

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

 span { border-color: rgb(136,141,237); }

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