#8B88DF

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

Shades of Portage #8B88DF

Tints of Portage #8B88DF

Color information

#8B88DF (or 0x8B88DF) is unknown color: approx Portage. HEX triplet: 8B, 88 and DF. RGB value is (139,136,223). Sum of RGB (Red+Green+Blue) = 139+136+223=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88DF is #747720. Grayscale: #929292. Windows color (decimal): -7632673 or 14649483. OLE color: 14649483.

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

Color convert

RGB139136223-
CMYK0.380.3900.13
HSL242.07º57.62%70.39%-
HSV(B)242.07º39.01%87.45%-
XYZ32.7728.4373.57-
YUV146.82170.99122.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=27.91%
G=27.31%
B=44.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391362230.380.3900.13242.0757.6270.39
Hex8B88DF26270Df23a46
Octal213210337464701536272106
Binary10001011100010001101111110011010011101101111100101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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