#8896DC

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

Shades of Portage #8896DC

Tints of Portage #8896DC

Color information

#8896DC (or 0x8896DC) is unknown color: approx Portage. HEX triplet: 88, 96 and DC. RGB value is (136,150,220). Sum of RGB (Red+Green+Blue) = 136+150+220=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #8896DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896DC is #776923. Grayscale: #999999. Windows color (decimal): -7825700 or 14456456. OLE color: 14456456.

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

Color convert

RGB136150220-
CMYK0.380.3200.14
HSL230º54.55%69.8%-
HSV(B)230º38.18%86.27%-
XYZ33.9832.2172.14-
YUV153.79165.36115.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=26.88%
G=29.64%
B=43.48%

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
Decimal1361502200.380.3200.1423054.5569.8
Hex8896DC26200Ee63746
Octal210226334464001634667106
Binary10001000100101101101110010011010000001110111001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8896DC; }

 p { color: rgb(136,150,220); }

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

<style>
 a { background-color: #8896DC; }

 a { background-color: rgb(136,150,220); }

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

<style>
 span { border-color: #8896DC; }

 span { border-color: rgb(136,150,220); }

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