#8295DE

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

Shades of Portage #8295DE

Tints of Portage #8295DE

Color information

#8295DE (or 0x8295DE) is unknown color: approx Portage. HEX triplet: 82, 95 and DE. RGB value is (130,149,222). Sum of RGB (Red+Green+Blue) = 130+149+222=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #8295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295DE is #7D6A21. Grayscale: #979797. Windows color (decimal): -8219170 or 14587266. OLE color: 14587266.

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

Color convert

RGB130149222-
CMYK0.410.3300.13
HSL227.61º58.23%69.02%-
HSV(B)227.61º41.44%87.06%-
XYZ33.1431.5173.44-
YUV151.64167.71112.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=25.95%
G=29.74%
B=44.31%

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
Decimal1301492220.410.3300.13227.6158.2369.02
Hex8295DE29210De43a45
Octal202225336514101534472105
Binary10000010100101011101111010100110000101101111001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8295DE; }

 p { color: rgb(130,149,222); }

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

<style>
 a { background-color: #8295DE; }

 a { background-color: rgb(130,149,222); }

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

<style>
 span { border-color: #8295DE; }

 span { border-color: rgb(130,149,222); }

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