#8394DD

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

Shades of Portage #8394DD

Tints of Portage #8394DD

Color information

#8394DD (or 0x8394DD) is unknown color: approx Portage. HEX triplet: 83, 94 and DD. RGB value is (131,148,221). Sum of RGB (Red+Green+Blue) = 131+148+221=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8394DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394DD is #7C6B22. Grayscale: #969696. Windows color (decimal): -8153891 or 14521475. OLE color: 14521475.

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

Color convert

RGB131148221-
CMYK0.410.3300.13
HSL228.67º56.96%69.02%-
HSV(B)228.67º40.72%86.67%-
XYZ3331.2372.69-
YUV151.24167.37113.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.2%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=26.2%
G=29.6%
B=44.2%

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
Decimal1311482210.410.3300.13228.6756.9669.02
Hex8394DD29210De53945
Octal203224335514101534571105
Binary10000011100101001101110110100110000101101111001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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