#8896DF

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

Shades of Portage #8896DF

Tints of Portage #8896DF

Color information

#8896DF (or 0x8896DF) is unknown color: approx Portage. HEX triplet: 88, 96 and DF. RGB value is (136,150,223). Sum of RGB (Red+Green+Blue) = 136+150+223=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #8896DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896DF is #776920. Grayscale: #999999. Windows color (decimal): -7825697 or 14653064. OLE color: 14653064.

HSL color Cylindrical-coordinate representation of color #8896DF: hue angle of 230.34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8896DF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136150223-
CMYK0.390.3300.13
HSL230.34º57.62%70.39%-
HSV(B)230.34º39.01%87.45%-
XYZ34.3832.3774.25-
YUV154.14166.86115.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=26.72%
G=29.47%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361502230.390.3300.13230.3457.6270.39
Hex8896DF27210De63a46
Octal210226337474101534672106
Binary10001000100101101101111110011110000101101111001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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