#8294DD

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

Shades of Portage #8294DD

Tints of Portage #8294DD

Color information

#8294DD (or 0x8294DD) is unknown color: approx Portage. HEX triplet: 82, 94 and DD. RGB value is (130,148,221). Sum of RGB (Red+Green+Blue) = 130+148+221=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8294DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294DD is #7D6B22. Grayscale: #969696. Windows color (decimal): -8219427 or 14521474. OLE color: 14521474.

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

Color convert

RGB130148221-
CMYK0.410.3300.13
HSL228.13º57.23%68.82%-
HSV(B)228.13º41.18%86.67%-
XYZ32.8531.1572.69-
YUV150.94167.54113.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=26.05%
G=29.66%
B=44.29%

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
Decimal1301482210.410.3300.13228.1357.2368.82
Hex8294DD29210De43945
Octal202224335514101534471105
Binary10000010100101001101110110100110000101101111001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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