#8796DB

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

Shades of Portage #8796DB

Tints of Portage #8796DB

Color information

#8796DB (or 0x8796DB) is unknown color: approx Portage. HEX triplet: 87, 96 and DB. RGB value is (135,150,219). Sum of RGB (Red+Green+Blue) = 135+150+219=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8796DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796DB is #786924. Grayscale: #999999. Windows color (decimal): -7891237 or 14390919. OLE color: 14390919.

HSL color Cylindrical-coordinate representation of color #8796DB: hue angle of 229.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8796DB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135150219-
CMYK0.380.3200.14
HSL229.29º53.85%69.41%-
HSV(B)229.29º38.36%85.88%-
XYZ33.6832.0871.43-
YUV153.38165.03114.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=26.79%
G=29.76%
B=43.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351502190.380.3200.14229.2953.8569.41
Hex8796DB26200Ee53645
Octal207226333464001634566105
Binary10000111100101101101101110011010000001110111001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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