#8C92CA

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

Shades of Portage #8C92CA

Tints of Portage #8C92CA

Color information

#8C92CA (or 0x8C92CA) is unknown color: approx Portage. HEX triplet: 8C, 92 and CA. RGB value is (140,146,202). Sum of RGB (Red+Green+Blue) = 140+146+202=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92CA is #736D35. Grayscale: #969696. Windows color (decimal): -7564598 or 13275788. OLE color: 13275788.

HSL color Cylindrical-coordinate representation of color #8C92CA: hue angle of 234.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C92CA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140146202-
CMYK0.310.2800.21
HSL234.19º36.9%67.06%-
HSV(B)234.19º30.69%79.22%-
XYZ31.7530.460.07-
YUV150.59157.01120.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=28.69%
G=29.92%
B=41.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401462020.310.2800.21234.1936.967.06
Hex8C92CA1F1C015ea2543
Octal214222312373402535245103
Binary1000110010010010110010101111111100010101111010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C92CA; }

 p { color: rgb(140,146,202); }

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

<style>
 a { background-color: #8C92CA; }

 a { background-color: rgb(140,146,202); }

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

<style>
 span { border-color: #8C92CA; }

 span { border-color: rgb(140,146,202); }

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