#8B88EB

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

Shades of Portage #8B88EB

Tints of Portage #8B88EB

Color information

#8B88EB (or 0x8B88EB) is unknown color: approx Portage. HEX triplet: 8B, 88 and EB. RGB value is (139,136,235). Sum of RGB (Red+Green+Blue) = 139+136+235=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 136 (53.52% from 255 or 26.67% 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 #8B88EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B88EB is #747714. Grayscale: #939393. Windows color (decimal): -7632661 or 15435915. OLE color: 15435915.

HSL color Cylindrical-coordinate representation of color #8B88EB: hue angle of 241.82º 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 #8B88EB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139136235-
CMYK0.410.4200.08
HSL241.82º71.22%72.75%-
HSV(B)241.82º42.13%92.16%-
XYZ34.4529.182.4-
YUV148.18176.99121.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391362350.410.4200.08241.8271.2272.75
Hex8B88EB292A08f24749
Octal2132103535152010362107111
Binary100010111000100011101011101001101010010001111001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B88EB; }

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

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

<style>
 a { background-color: #8B88EB; }

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

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

<style>
 span { border-color: #8B88EB; }

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

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