#888DCF

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

Shades of Portage #888DCF

Tints of Portage #888DCF

Color information

#888DCF (or 0x888DCF) is unknown color: approx Portage. HEX triplet: 88, 8D and CF. RGB value is (136,141,207). Sum of RGB (Red+Green+Blue) = 136+141+207=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #888DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DCF is #777230. Grayscale: #929292. Windows color (decimal): -7828017 or 13602184. OLE color: 13602184.

HSL color Cylindrical-coordinate representation of color #888DCF: hue angle of 235.77º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888DCF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136141207-
CMYK0.340.3200.19
HSL235.77º42.51%67.25%-
HSV(B)235.77º34.3%81.18%-
XYZ30.9428.7962.96-
YUV147.03161.84120.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=28.10%
G=29.13%
B=42.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361412070.340.3200.19235.7742.5167.25
Hex888DCF2220013ec2b43
Octal210215317424002335453103
Binary100010001000110111001111100010100000010011111011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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