#8895C4

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

Shades of Portage #8895C4

Tints of Portage #8895C4

Color information

#8895C4 (or 0x8895C4) is unknown color: approx Portage. HEX triplet: 88, 95 and C4. RGB value is (136,149,196). Sum of RGB (Red+Green+Blue) = 136+149+196=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #8895C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895C4 is #776A3B. Grayscale: #969696. Windows color (decimal): -7825980 or 12883336. OLE color: 12883336.

HSL color Cylindrical-coordinate representation of color #8895C4: hue angle of 227º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8895C4 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136149196-
CMYK0.310.2400.23
HSL227º33.71%65.1%-
HSV(B)227º30.61%76.86%-
XYZ30.8630.7156.53-
YUV150.47153.69117.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=28.27%
G=30.98%
B=40.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361491960.310.2400.2322733.7165.1
Hex8895C41F18017e32241
Octal210225304373002734342101
Binary1000100010010101110001001111111000010111111000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8895C4; }

 p { color: rgb(136,149,196); }

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

<style>
 a { background-color: #8895C4; }

 a { background-color: rgb(136,149,196); }

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

<style>
 span { border-color: #8895C4; }

 span { border-color: rgb(136,149,196); }

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