#8892CC

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

Shades of Portage #8892CC

Tints of Portage #8892CC

Color information

#8892CC (or 0x8892CC) is unknown color: approx Portage. HEX triplet: 88, 92 and CC. RGB value is (136,146,204). Sum of RGB (Red+Green+Blue) = 136+146+204=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8892CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CC is #776D33. Grayscale: #959595. Windows color (decimal): -7826740 or 13406856. OLE color: 13406856.

HSL color Cylindrical-coordinate representation of color #8892CC: hue angle of 231.18º 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 #8892CC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136146204-
CMYK0.330.2800.2
HSL231.18º40%66.67%-
HSV(B)231.18º33.33%80%-
XYZ31.3330.1561.3-
YUV149.62158.69118.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=27.98%
G=30.04%
B=41.98%

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
Decimal1361462040.330.2800.2231.184066.67
Hex8892CC211C014e72843
Octal210222314413402434750103
Binary10001000100100101100110010000111100010100111001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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