#8395DD

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

Shades of Portage #8395DD

Tints of Portage #8395DD

Color information

#8395DD (or 0x8395DD) is unknown color: approx Portage. HEX triplet: 83, 95 and DD. RGB value is (131,149,221). Sum of RGB (Red+Green+Blue) = 131+149+221=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8395DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DD is #7C6A22. Grayscale: #979797. Windows color (decimal): -8153635 or 14521731. OLE color: 14521731.

HSL color Cylindrical-coordinate representation of color #8395DD: hue angle of 228º 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 #8395DD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131149221-
CMYK0.410.3300.13
HSL228º56.96%69.02%-
HSV(B)228º40.72%86.67%-
XYZ33.1631.5472.75-
YUV151.83167.04113.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=26.15%
G=29.74%
B=44.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311492210.410.3300.1322856.9669.02
Hex8395DD29210De43945
Octal203225335514101534471105
Binary10000011100101011101110110100110000101101111001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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