#8B88DD

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

Shades of Portage #8B88DD

Tints of Portage #8B88DD

Color information

#8B88DD (or 0x8B88DD) is unknown color: approx Portage. HEX triplet: 8B, 88 and DD. RGB value is (139,136,221). Sum of RGB (Red+Green+Blue) = 139+136+221=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88DD is #747722. Grayscale: #929292. Windows color (decimal): -7632675 or 14518411. OLE color: 14518411.

HSL color Cylindrical-coordinate representation of color #8B88DD: hue angle of 242.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B88DD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139136221-
CMYK0.370.3800.13
HSL242.12º55.56%70%-
HSV(B)242.12º38.46%86.67%-
XYZ32.528.3272.16-
YUV146.59169.99122.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=28.02%
G=27.42%
B=44.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391362210.370.3800.13242.1255.5670
Hex8B88DD25260Df23846
Octal213210335454601536270106
Binary10001011100010001101110110010110011001101111100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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