#8796DA

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

Shades of Portage #8796DA

Tints of Portage #8796DA

Color information

#8796DA (or 0x8796DA) is unknown color: approx Portage. HEX triplet: 87, 96 and DA. RGB value is (135,150,218). Sum of RGB (Red+Green+Blue) = 135+150+218=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #8796DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796DA is #786925. Grayscale: #989898. Windows color (decimal): -7891238 or 14325383. OLE color: 14325383.

HSL color Cylindrical-coordinate representation of color #8796DA: hue angle of 229.16º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8796DA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135150218-
CMYK0.380.3100.15
HSL229.16º52.87%69.22%-
HSV(B)229.16º38.07%85.49%-
XYZ33.5532.0370.74-
YUV153.27164.53114.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=26.84%
G=29.82%
B=43.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351502180.380.3100.15229.1652.8769.22
Hex8796DA261F0Fe53545
Octal207226332463701734565105
Binary1000011110010110110110101001101111101111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8796DA; }

 p { color: rgb(135,150,218); }

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

<style>
 a { background-color: #8796DA; }

 a { background-color: rgb(135,150,218); }

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

<style>
 span { border-color: #8796DA; }

 span { border-color: rgb(135,150,218); }

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