#8895CE

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

Shades of Portage #8895CE

Tints of Portage #8895CE

Color information

#8895CE (or 0x8895CE) is unknown color: approx Portage. HEX triplet: 88, 95 and CE. RGB value is (136,149,206). Sum of RGB (Red+Green+Blue) = 136+149+206=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8895CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895CE is #776A31. Grayscale: #979797. Windows color (decimal): -7825970 or 13538696. OLE color: 13538696.

HSL color Cylindrical-coordinate representation of color #8895CE: hue angle of 228.86º 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 #8895CE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136149206-
CMYK0.340.2800.19
HSL228.86º41.67%67.06%-
HSV(B)228.86º33.98%80.78%-
XYZ32.0431.1962.72-
YUV151.61158.69116.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=27.70%
G=30.35%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361492060.340.2800.19228.8641.6767.06
Hex8895CE221C013e52a43
Octal210225316423402334552103
Binary10001000100101011100111010001011100010011111001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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