#8894CA

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

Shades of Portage #8894CA

Tints of Portage #8894CA

Color information

#8894CA (or 0x8894CA) is unknown color: approx Portage. HEX triplet: 88, 94 and CA. RGB value is (136,148,202). Sum of RGB (Red+Green+Blue) = 136+148+202=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8894CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894CA is #776B35. Grayscale: #969696. Windows color (decimal): -7826230 or 13276296. OLE color: 13276296.

HSL color Cylindrical-coordinate representation of color #8894CA: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8894CA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136148202-
CMYK0.330.2700.21
HSL229.09º38.37%66.27%-
HSV(B)229.09º32.67%79.22%-
XYZ31.430.6860.14-
YUV150.57157.02117.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=27.98%
G=30.45%
B=41.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361482020.330.2700.21229.0938.3766.27
Hex8894CA211B015e52642
Octal210224312413302534546102
Binary10001000100101001100101010000111011010101111001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8894CA; }

 p { color: rgb(136,148,202); }

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

<style>
 a { background-color: #8894CA; }

 a { background-color: rgb(136,148,202); }

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

<style>
 span { border-color: #8894CA; }

 span { border-color: rgb(136,148,202); }

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