#8796CD

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

Shades of Portage #8796CD

Tints of Portage #8796CD

Color information

#8796CD (or 0x8796CD) is unknown color: approx Portage. HEX triplet: 87, 96 and CD. RGB value is (135,150,205). Sum of RGB (Red+Green+Blue) = 135+150+205=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8796CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796CD is #786932. Grayscale: #979797. Windows color (decimal): -7891251 or 13473415. OLE color: 13473415.

HSL color Cylindrical-coordinate representation of color #8796CD: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8796CD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135150205-
CMYK0.340.2700.20
HSL227.14º41.18%66.67%-
HSV(B)227.14º34.15%80.39%-
XYZ31.9231.3762.13-
YUV151.78158.03116.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=27.55%
G=30.61%
B=41.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351502050.340.2700.20227.1441.1866.67
Hex8796CD221B014e32943
Octal207226315423302434351103
Binary10000111100101101100110110001011011010100111000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8796CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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