#888FCD

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

Shades of Portage #888FCD

Tints of Portage #888FCD

Color information

#888FCD (or 0x888FCD) is unknown color: approx Portage. HEX triplet: 88, 8F and CD. RGB value is (136,143,205). Sum of RGB (Red+Green+Blue) = 136+143+205=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #888FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FCD is #777032. Grayscale: #939393. Windows color (decimal): -7827507 or 13471624. OLE color: 13471624.

HSL color Cylindrical-coordinate representation of color #888FCD: hue angle of 233.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888FCD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136143205-
CMYK0.340.3000.20
HSL233.91º40.83%66.86%-
HSV(B)233.91º33.66%80.39%-
XYZ3129.2961.78-
YUV147.98160.18119.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=28.10%
G=29.55%
B=42.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361432050.340.3000.20233.9140.8366.86
Hex888FCD221E014ea2943
Octal210217315423602435251103
Binary10001000100011111100110110001011110010100111010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,143,205); }

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

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

 a { background-color: rgb(136,143,205); }

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

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

 span { border-color: rgb(136,143,205); }

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