#888BEB

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

Shades of Portage #888BEB

Tints of Portage #888BEB

Color information

#888BEB (or 0x888BEB) is unknown color: approx Portage. HEX triplet: 88, 8B and EB. RGB value is (136,139,235). Sum of RGB (Red+Green+Blue) = 136+139+235=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #888BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BEB is #777414. Grayscale: #949494. Windows color (decimal): -7828501 or 15436680. OLE color: 15436680.

HSL color Cylindrical-coordinate representation of color #888BEB: hue angle of 238.18º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888BEB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136139235-
CMYK0.420.4100.08
HSL238.18º71.22%72.75%-
HSV(B)238.18º42.13%92.16%-
XYZ34.3829.782.52-
YUV149.05176.51118.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.67%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=26.67%
G=27.25%
B=46.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361392350.420.4100.08238.1871.2272.75
Hex888BEB2A2908ee4749
Octal2102133535251010356107111
Binary100010001000101111101011101010101001010001110111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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