#8295D7

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

Shades of Portage #8295D7

Tints of Portage #8295D7

Color information

#8295D7 (or 0x8295D7) is unknown color: approx Portage. HEX triplet: 82, 95 and D7. RGB value is (130,149,215). Sum of RGB (Red+Green+Blue) = 130+149+215=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #8295D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295D7 is #7D6A28. Grayscale: #969696. Windows color (decimal): -8219177 or 14128514. OLE color: 14128514.

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

Color convert

RGB130149215-
CMYK0.400.3100.16
HSL226.59º51.52%67.65%-
HSV(B)226.59º39.53%84.31%-
XYZ32.2231.1568.6-
YUV150.84164.21113.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=26.32%
G=30.16%
B=43.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301492150.400.3100.16226.5951.5267.65
Hex8295D7281F010e33444
Octal202225327503702034364104
Binary10000010100101011101011110100011111010000111000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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