#8896CE

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

Shades of Portage #8896CE

Tints of Portage #8896CE

Color information

#8896CE (or 0x8896CE) is unknown color: approx Portage. HEX triplet: 88, 96 and CE. RGB value is (136,150,206). Sum of RGB (Red+Green+Blue) = 136+150+206=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8896CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CE is #776931. Grayscale: #979797. Windows color (decimal): -7825714 or 13538952. OLE color: 13538952.

HSL color Cylindrical-coordinate representation of color #8896CE: hue angle of 228º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8896CE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136150206-
CMYK0.340.2700.19
HSL228º41.67%67.06%-
HSV(B)228º33.98%80.78%-
XYZ32.231.562.78-
YUV152.2158.36116.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=27.64%
G=30.49%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361502060.340.2700.1922841.6767.06
Hex8896CE221B013e42a43
Octal210226316423302334452103
Binary10001000100101101100111010001011011010011111001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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