#8292DC

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

Shades of Portage #8292DC

Tints of Portage #8292DC

Color information

#8292DC (or 0x8292DC) is unknown color: approx Portage. HEX triplet: 82, 92 and DC. RGB value is (130,146,220). Sum of RGB (Red+Green+Blue) = 130+146+220=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #8292DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292DC is #7D6D23. Grayscale: #959595. Windows color (decimal): -8219940 or 14455426. OLE color: 14455426.

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

Color convert

RGB130146220-
CMYK0.410.3400.14
HSL229.33º56.25%68.63%-
HSV(B)229.33º40.91%86.27%-
XYZ32.430.4771.88-
YUV149.65167.7113.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=26.21%
G=29.44%
B=44.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301462200.410.3400.14229.3356.2568.63
Hex8292DC29220Ee53845
Octal202222334514201634570105
Binary10000010100100101101110010100110001001110111001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8292DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,146,220); }

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

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

 a { background-color: rgb(130,146,220); }

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

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

 span { border-color: rgb(130,146,220); }

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