#8893CC

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

Shades of Portage #8893CC

Tints of Portage #8893CC

Color information

#8893CC (or 0x8893CC) is unknown color: approx Portage. HEX triplet: 88, 93 and CC. RGB value is (136,147,204). Sum of RGB (Red+Green+Blue) = 136+147+204=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8893CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893CC is #776C33. Grayscale: #959595. Windows color (decimal): -7826484 or 13407112. OLE color: 13407112.

HSL color Cylindrical-coordinate representation of color #8893CC: hue angle of 230.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8893CC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136147204-
CMYK0.330.2800.2
HSL230.29º40%66.67%-
HSV(B)230.29º33.33%80%-
XYZ31.4930.4661.35-
YUV150.21158.36117.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=27.93%
G=30.18%
B=41.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361472040.330.2800.2230.294066.67
Hex8893CC211C014e62843
Octal210223314413402434650103
Binary10001000100100111100110010000111100010100111001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8893CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8893CC; }

 p { color: rgb(136,147,204); }

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

<style>
 a { background-color: #8893CC; }

 a { background-color: rgb(136,147,204); }

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

<style>
 span { border-color: #8893CC; }

 span { border-color: rgb(136,147,204); }

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