#8295D9

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

Shades of Portage #8295D9

Tints of Portage #8295D9

Color information

#8295D9 (or 0x8295D9) is unknown color: approx Portage. HEX triplet: 82, 95 and D9. RGB value is (130,149,217). Sum of RGB (Red+Green+Blue) = 130+149+217=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #8295D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295D9 is #7D6A26. Grayscale: #969696. Windows color (decimal): -8219175 or 14259586. OLE color: 14259586.

HSL color Cylindrical-coordinate representation of color #8295D9: hue angle of 226.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8295D9 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130149217-
CMYK0.400.3100.15
HSL226.9º53.37%68.04%-
HSV(B)226.9º40.09%85.1%-
XYZ32.4831.2569.97-
YUV151.07165.21112.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=26.21%
G=30.04%
B=43.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301492170.400.3100.15226.953.3768.04
Hex8295D9281F0Fe33544
Octal202225331503701734365104
Binary1000001010010101110110011010001111101111111000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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