#8795D2

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

Shades of Portage #8795D2

Tints of Portage #8795D2

Color information

#8795D2 (or 0x8795D2) is unknown color: approx Portage. HEX triplet: 87, 95 and D2. RGB value is (135,149,210). Sum of RGB (Red+Green+Blue) = 135+149+210=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #8795D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795D2 is #786A2D. Grayscale: #979797. Windows color (decimal): -7891502 or 13800839. OLE color: 13800839.

HSL color Cylindrical-coordinate representation of color #8795D2: hue angle of 228.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8795D2 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135149210-
CMYK0.360.2900.18
HSL228.8º45.45%67.65%-
HSV(B)228.8º35.71%82.35%-
XYZ32.3731.365.31-
YUV151.77160.86116.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=27.33%
G=30.16%
B=42.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351492100.360.2900.18228.845.4567.65
Hex8795D2241D012e52d44
Octal207225322443502234555104
Binary10000111100101011101001010010011101010010111001011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8795D2; }

 p { color: rgb(135,149,210); }

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

<style>
 a { background-color: #8795D2; }

 a { background-color: rgb(135,149,210); }

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

<style>
 span { border-color: #8795D2; }

 span { border-color: rgb(135,149,210); }

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