#8692CA

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

Shades of Portage #8692CA

Tints of Portage #8692CA

Color information

#8692CA (or 0x8692CA) is unknown color: approx Portage. HEX triplet: 86, 92 and CA. RGB value is (134,146,202). Sum of RGB (Red+Green+Blue) = 134+146+202=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8692CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692CA is #796D35. Grayscale: #949494. Windows color (decimal): -7957814 or 13275782. OLE color: 13275782.

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

Color convert

RGB134146202-
CMYK0.340.2800.21
HSL229.41º39.08%65.88%-
HSV(B)229.41º33.66%79.22%-
XYZ30.7729.8960.02-
YUV148.8158.02117.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=27.80%
G=30.29%
B=41.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341462020.340.2800.21229.4139.0865.88
Hex8692CA221C015e52742
Octal206222312423402534547102
Binary10000110100100101100101010001011100010101111001011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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