#8B85DF

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

Shades of Portage #8B85DF

Tints of Portage #8B85DF

Color information

#8B85DF (or 0x8B85DF) is unknown color: approx Portage. HEX triplet: 8B, 85 and DF. RGB value is (139,133,223). Sum of RGB (Red+Green+Blue) = 139+133+223=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85DF is #747A20. Grayscale: #909090. Windows color (decimal): -7633441 or 14648715. OLE color: 14648715.

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

Color convert

RGB139133223-
CMYK0.380.4000.13
HSL244º58.44%69.8%-
HSV(B)244º40.36%87.45%-
XYZ32.3527.5973.43-
YUV145.05171.99123.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=28.08%
G=26.87%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391332230.380.4000.1324458.4469.8
Hex8B85DF26280Df43a46
Octal213205337465001536472106
Binary10001011100001011101111110011010100001101111101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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