#8992CA

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

Shades of Portage #8992CA

Tints of Portage #8992CA

Color information

#8992CA (or 0x8992CA) is unknown color: approx Portage. HEX triplet: 89, 92 and CA. RGB value is (137,146,202). Sum of RGB (Red+Green+Blue) = 137+146+202=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8992CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992CA is #766D35. Grayscale: #959595. Windows color (decimal): -7761206 or 13275785. OLE color: 13275785.

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

Color convert

RGB137146202-
CMYK0.320.2800.21
HSL231.69º38.01%66.47%-
HSV(B)231.69º32.18%79.22%-
XYZ31.2630.1460.05-
YUV149.69157.52118.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=28.25%
G=30.10%
B=41.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371462020.320.2800.21231.6938.0166.47
Hex8992CA201C015e82642
Octal211222312403402535046102
Binary10001001100100101100101010000011100010101111010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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