#8385DD

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

Shades of Portage #8385DD

Tints of Portage #8385DD

Color information

#8385DD (or 0x8385DD) is unknown color: approx Portage. HEX triplet: 83, 85 and DD. RGB value is (131,133,221). Sum of RGB (Red+Green+Blue) = 131+133+221=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #8385DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385DD is #7C7A22. Grayscale: #8E8E8E. Windows color (decimal): -8157731 or 14517635. OLE color: 14517635.

HSL color Cylindrical-coordinate representation of color #8385DD: hue angle of 238.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8385DD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131133221-
CMYK0.410.4000.13
HSL238.67º56.96%69.02%-
HSV(B)238.67º40.72%86.67%-
XYZ30.826.8271.96-
YUV142.43172.34119.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=27.01%
G=27.42%
B=45.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311332210.410.4000.13238.6756.9669.02
Hex8385DD29280Def3945
Octal203205335515001535771105
Binary10000011100001011101110110100110100001101111011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385DD; }

 p { color: rgb(131,133,221); }

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

<style>
 a { background-color: #8385DD; }

 a { background-color: rgb(131,133,221); }

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

<style>
 span { border-color: #8385DD; }

 span { border-color: rgb(131,133,221); }

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