#888BCF

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

Shades of Portage #888BCF

Tints of Portage #888BCF

Color information

#888BCF (or 0x888BCF) is unknown color: approx Portage. HEX triplet: 88, 8B and CF. RGB value is (136,139,207). Sum of RGB (Red+Green+Blue) = 136+139+207=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #888BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCF is #777430. Grayscale: #919191. Windows color (decimal): -7828529 or 13601672. OLE color: 13601672.

HSL color Cylindrical-coordinate representation of color #888BCF: hue angle of 237.46º 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 #888BCF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136139207-
CMYK0.340.3300.19
HSL237.46º42.51%67.25%-
HSV(B)237.46º34.3%81.18%-
XYZ30.6528.262.86-
YUV145.85162.51120.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=28.22%
G=28.84%
B=42.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361392070.340.3300.19237.4642.5167.25
Hex888BCF2221013ed2b43
Octal210213317424102335553103
Binary100010001000101111001111100010100001010011111011011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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