#8394DC

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

Shades of Portage #8394DC

Tints of Portage #8394DC

Color information

#8394DC (or 0x8394DC) is unknown color: approx Portage. HEX triplet: 83, 94 and DC. RGB value is (131,148,220). Sum of RGB (Red+Green+Blue) = 131+148+220=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8394DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394DC is #7C6B23. Grayscale: #969696. Windows color (decimal): -8153892 or 14455939. OLE color: 14455939.

HSL color Cylindrical-coordinate representation of color #8394DC: hue angle of 228.54º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8394DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131148220-
CMYK0.400.3300.14
HSL228.54º55.97%68.82%-
HSV(B)228.54º40.45%86.27%-
XYZ32.8731.1771.99-
YUV151.12166.87113.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=26.25%
G=29.66%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311482200.400.3300.14228.5455.9768.82
Hex8394DC28210Ee53845
Octal203224334504101634570105
Binary10000011100101001101110010100010000101110111001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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